CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/09/19 10:33:05
Modified files:
sys/dev/usb : files.usb
share/man/man4 : Makefile usb.4
Added files:
sys/dev/usb : if_smsc.c if_smscreg.h
share/man/man4 : smsc.4
Log message:
SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.
'turbo mode' having multiple rx packets in a single usb transaction
similiar to what newer asix chips do is disabled as it seems to cause
many rx errors and breaks fragmentation.
checksum offloading while apparently supported by the hardware is
currently disabled.