On 01/09/13 23:03, Nick Hudson wrote:
Module Name: src
Committed By: skrll
Date: Wed Jan 9 23:02:59 UTC 2013
Modified Files:
src/sys/dev/usb: TODO.usbmp ehci.c files.usb ucycom.c usbdevices.config
Added Files:
src/sys/dev/usb: if_smsc.c if_smscreg.h if_smscvar.h
Log Message:
Add usmsc(4) - a driver for the SMSC95XX USB ethernet devices.
This is a port of the OpenBSD driver which itself was a port of the
FreeBSD driver.
sorry mrg. jared made me do it.
Just noticed these.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/TODO.usbmp
cvs rdiff -u -r1.197 -r1.198 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/usb/ucycom.c
Obviously they have nothing to do with usmsc(4)... I'll fix the commit logs.
Nick