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 989 d 6 h hidnplayr /drivers/ Cleanup  
9147 989 d 7 h hidnplayr /drivers/ethernet/ i8254x: Improved interrupt handling.  
7809 1479 d 10 h hidnplayr /drivers/ethernet/ Atheros 8161/8162/8171/8172 Ethernet driver.
Only tested on AR8171 with rev B0 chip.
 
7250 2208 d 19 h hidnplayr /drivers/ Interpret 64-bit PCI BAR's properly.  
6947 2442 d 8 h hidnplayr /drivers/ethernet/ i8254x: Dont set auto-negotiation bit in transmit configuration register, it requires extra code to work properly.  
5588 3214 d 11 h hidnplayr /drivers/ethernet/ i8254x: Link detection  
5527 3338 d 14 h hidnplayr /drivers/ethernet/ i8254x: reduced network buffer size  
5522 3339 d 6 h hidnplayr / New network buffers - phase I  
5363 3407 d 7 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5156 3475 d 9 h hidnplayr /drivers/ethernet/ i8254x: dont crash when out of memory.  
5140 3514 d 19 h hidnplayr /drivers/ethernet/ Corrected ANE bit. (Merged from Baremetal OS)  
5074 3537 d 13 h hidnplayr /drivers/ Removed old netdrv.inc and pci.inc, replaced with newer, better versions.  
4580 3729 d 8 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 3754 d 8 h hidnplayr / PCnet32: now in PE format.  
4524 3756 d 11 h hidnplayr /drivers/ethernet/ Bugfixes for PE version of i8254x driver  
4522 3757 d 10 h hidnplayr / i8254x driver: Now in PE format!  
4521 3757 d 13 h hidnplayr /drivers/ethernet/ i8254x driver: Corrected return flags for transmit procedure.  
4519 3757 d 15 h hidnplayr /drivers/ethernet/ i8254x driver: Use more then one TX descriptor. Prevented re-entry of transmit procedure.  
4512 3758 d 6 h hidnplayr /drivers/ethernet/ i8254x driver: use more then one RX descriptor.  
4470 3763 d 12 h hidnplayr /drivers/ethernet/ Bugfix for #4467  
4467 3763 d 15 h hidnplayr /drivers/ Removed structures and constants from netdrv.inc that are present in macros.inc  
4334 3803 d 13 h hidnplayr /drivers/ethernet/ ALL ethernet drivers: return success/failed for transmit function, dump packet when failing.  
3855 3928 d 17 h hidnplayr /drivers/ethernet/ Better debug output for i8254x and pcnet32 driver.  
3788 3955 d 10 h hidnplayr /drivers/ethernet/ Disabled some debug output for i8254x driver.  
3545 3997 d 10 h hidnplayr / Merge new network stack with trunk