Date: Sat, 3 May 2003 03:16:56 -0700 (PDT) From: Shunsuke Akiyama <akiyama@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc devd.conf usbd.conf src/share/man/man4 Makefile rue.4 src/sys/conf NOTES files src/sys/dev/mii ruephy.c ruephyreg.h src/sys/dev/usb if_rue.c if_ruereg.h usbdevs src/sys/modules Makefile src/sys/modules/mii Makefile ... Message-ID: <200305031016.h43AGu7b013335@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
akiyama 2003/05/03 03:16:56 PDT
FreeBSD src repository
Modified files:
etc devd.conf usbd.conf
share/man/man4 Makefile
sys/conf NOTES files
sys/dev/usb usbdevs
sys/modules Makefile
sys/modules/mii Makefile
Added files:
share/man/man4 rue.4
sys/dev/mii ruephy.c ruephyreg.h
sys/dev/usb if_rue.c if_ruereg.h
sys/modules/rue Makefile
Log:
Add RealTek RTL8150 USB to fast Ethernet controller driver.
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.
Reviewed by: imp
MFC after: 2 weeks
Revision Changes Path
1.3 +1 -1 src/etc/devd.conf
1.12 +1 -1 src/etc/usbd.conf
1.200 +1 -0 src/share/man/man4/Makefile
1.1 +128 -0 src/share/man/man4/rue.4 (new)
1.1147 +4 -0 src/sys/conf/NOTES
1.789 +2 -0 src/sys/conf/files
1.1 +297 -0 src/sys/dev/mii/ruephy.c (new)
1.1 +38 -0 src/sys/dev/mii/ruephyreg.h (new)
1.1 +1477 -0 src/sys/dev/usb/if_rue.c (new)
1.1 +247 -0 src/sys/dev/usb/if_ruereg.h (new)
1.122 +5 -0 src/sys/dev/usb/usbdevs
1.321 +1 -0 src/sys/modules/Makefile
1.24 +1 -0 src/sys/modules/mii/Makefile
1.1 +10 -0 src/sys/modules/rue/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305031016.h43AGu7b013335>
