Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4629 3711 d 5 h hidnplayr /drivers/ethernet/ Fixed bug in PCNET32 driver which allowed it to be loaded multiple times.  
4627 3711 d 13 h hidnplayr /drivers/ethernet/ Fixed bug in RTL8029 driver which allowed it to be loaded multiple times.  
4606 3719 d 0 h hidnplayr / Rhine ethernet driver: now in PE format.  
4597 3724 d 8 h hidnplayr / R6040 driver, now in PE format.  
4582 3729 d 23 h hidnplayr / Updated filenames in makefiles for mtd80x.sys and i8255x.sys, disabled superflous debug output for i8255x and pcnet32 driver.  
4581 3730 d 0 h hidnplayr /drivers/ethernet/ i8255x network driver: Now in PE format.  
4580 3730 d 0 h hidnplayr /drivers/ MTD80x network driver: Now in PE format. Added link detection and more specific device names. Fixed typo in PE network drivers.  
4576 3731 d 4 h hidnplayr /drivers/ethernet/ MTD80x driver: MAC address is now read correctly, Fixed bug in transmit procedure.  
4532 3755 d 0 h hidnplayr / PCnet32: now in PE format.  
4524 3757 d 3 h hidnplayr /drivers/ethernet/ Bugfixes for PE version of i8254x driver  
4522 3758 d 2 h hidnplayr / i8254x driver: Now in PE format!  
4521 3758 d 4 h hidnplayr /drivers/ethernet/ i8254x driver: Corrected return flags for transmit procedure.  
4519 3758 d 7 h hidnplayr /drivers/ethernet/ i8254x driver: Use more then one TX descriptor. Prevented re-entry of transmit procedure.  
4512 3758 d 22 h hidnplayr /drivers/ethernet/ i8254x driver: use more then one RX descriptor.  
4470 3764 d 4 h hidnplayr /drivers/ethernet/ Bugfix for #4467  
4467 3764 d 7 h hidnplayr /drivers/ Removed structures and constants from netdrv.inc that are present in macros.inc  
4450 3767 d 5 h hidnplayr /drivers/ethernet/ R6040: replaced some magic numbers with constants, small bugfixes.  
4449 3767 d 5 h hidnplayr /drivers/ Proper link detection for RTL8139.  
4439 3770 d 23 h hidnplayr /drivers/ethernet/ Bugfix in R6040 driver RX descriptors, cleanup.  
4334 3804 d 5 h hidnplayr /drivers/ethernet/ ALL ethernet drivers: return success/failed for transmit function, dump packet when failing.  
4333 3804 d 5 h hidnplayr /drivers/ethernet/ Rhine ethernet driver: return success/failed for transmit function.  
4301 3815 d 8 h clevermouse /drivers/ethernet/ rtl8169: make sure that upper dword of rx/tx ring address is zero  
3880 3902 d 6 h hidnplayr /drivers/ethernet/ Better debug output for 3com ethernet driver  
3858 3928 d 5 h hidnplayr /drivers/ethernet/ RTL8139 now works in QEMU.  
3857 3928 d 7 h hidnplayr /drivers/ethernet/ RTL8139: bugfix in transmit buffer cleanup, small improvements.  
3856 3929 d 8 h hidnplayr /drivers/ethernet/ Better debug output for RTL8029 and RTL8139 driver.  
3855 3929 d 8 h hidnplayr /drivers/ethernet/ Better debug output for i8254x and pcnet32 driver.  
3845 3933 d 23 h hidnplayr /drivers/ Network drivers now print driver name on debug output.  
3788 3956 d 1 h hidnplayr /drivers/ethernet/ Disabled some debug output for i8254x driver.  
3758 3961 d 3 h hidnplayr /drivers/ethernet/ VIA Rhine network driver: disabled some debugging output by default, added chip name detection.  
3685 3976 d 10 h hidnplayr /drivers/ethernet/ RTL8139: fixed deadlock on startup  
3639 3984 d 22 h hidnplayr /drivers/ethernet/ Bugfix in dec21x4x driver  
3635 3985 d 2 h hidnplayr /drivers/ allocate_and_clear macro now clears even the last odd bytes. (fix problem with RTL8139)  
3619 3988 d 1 h hidnplayr /drivers/ethernet/ Disable some debugging output for RTL8029 driver.  
3557 3998 d 0 h hidnplayr /drivers/ethernet/ disable unneeded debug output in pcnet driver  
3545 3998 d 2 h hidnplayr / Merge new network stack with trunk