Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9149 979 d 23 h hidnplayr /drivers/ Cleanup  
9147 980 d 0 h hidnplayr /drivers/ethernet/ i8254x: Improved interrupt handling.  
7809 1470 d 3 h hidnplayr /drivers/ethernet/ Atheros 8161/8162/8171/8172 Ethernet driver.
Only tested on AR8171 with rev B0 chip.
 
7250 2199 d 12 h hidnplayr /drivers/ Interpret 64-bit PCI BAR's properly.  
6947 2433 d 2 h hidnplayr /drivers/ethernet/ i8254x: Dont set auto-negotiation bit in transmit configuration register, it requires extra code to work properly.  
5588 3205 d 5 h hidnplayr /drivers/ethernet/ i8254x: Link detection  
5527 3329 d 7 h hidnplayr /drivers/ethernet/ i8254x: reduced network buffer size  
5522 3329 d 23 h hidnplayr / New network buffers - phase I  
5363 3398 d 1 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5156 3466 d 2 h hidnplayr /drivers/ethernet/ i8254x: dont crash when out of memory.  
5140 3505 d 12 h hidnplayr /drivers/ethernet/ Corrected ANE bit. (Merged from Baremetal OS)  
5074 3528 d 7 h hidnplayr /drivers/ Removed old netdrv.inc and pci.inc, replaced with newer, better versions.  
4580 3720 d 1 h hidnplayr /drivers/ MTD80x network driver: Now in PE format. Added link detection and more specific device names. Fixed typo in PE network drivers.  
4532 3745 d 1 h hidnplayr / PCnet32: now in PE format.  
4524 3747 d 4 h hidnplayr /drivers/ethernet/ Bugfixes for PE version of i8254x driver  
4522 3748 d 3 h hidnplayr / i8254x driver: Now in PE format!  
4521 3748 d 6 h hidnplayr /drivers/ethernet/ i8254x driver: Corrected return flags for transmit procedure.  
4519 3748 d 8 h hidnplayr /drivers/ethernet/ i8254x driver: Use more then one TX descriptor. Prevented re-entry of transmit procedure.  
4512 3748 d 23 h hidnplayr /drivers/ethernet/ i8254x driver: use more then one RX descriptor.  
4470 3754 d 6 h hidnplayr /drivers/ethernet/ Bugfix for #4467  
4467 3754 d 8 h hidnplayr /drivers/ Removed structures and constants from netdrv.inc that are present in macros.inc  
4334 3794 d 6 h hidnplayr /drivers/ethernet/ ALL ethernet drivers: return success/failed for transmit function, dump packet when failing.  
3855 3919 d 10 h hidnplayr /drivers/ethernet/ Better debug output for i8254x and pcnet32 driver.  
3788 3946 d 3 h hidnplayr /drivers/ethernet/ Disabled some debug output for i8254x driver.  
3545 3988 d 3 h hidnplayr / Merge new network stack with trunk