cvs commit: src/share/man/man4 Makefile cdce.4 src/sys/alpha/conf
GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files
src/sys/dev/usb if_aue.c if_auereg.h if_axe.c if_axereg.h...
Maxim Sobolev
sobomax at FreeBSD.org
Fri Apr 1 04:46:28 PST 2005
sobomax 2005-04-01 12:46:27 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
share/man/man4 Makefile
sys/alpha/conf GENERIC
sys/amd64/conf GENERIC
sys/conf NOTES files
sys/dev/usb if_aue.c if_auereg.h if_axe.c if_axereg.h
if_cue.c if_cuereg.h if_kue.c if_kuereg.h
if_rue.c if_ruereg.h if_udav.c
if_udavreg.h usb_ethersubr.c
usb_ethersubr.h usbdevs usbdi.h
sys/i386/conf GENERIC PAE
sys/ia64/conf GENERIC
sys/modules Makefile
sys/pc98/conf GENERIC
sys/sparc64/conf GENERIC
Added files: (Branch: RELENG_5)
share/man/man4 cdce.4
sys/dev/usb if_cdce.c if_cdcereg.h
sys/modules/cdce Makefile
Log:
MFC:
o Add new cdce(4) driver;
o move some common code out of every USB etherned driver into a central
location.
Approved by: re (scottl)
Revision Changes Path
1.276.2.20 +1 -0 src/share/man/man4/Makefile
1.1.2.1 +138 -0 src/share/man/man4/cdce.4 (new)
1.174.2.8 +1 -0 src/sys/alpha/conf/GENERIC
1.421.2.10 +1 -0 src/sys/amd64/conf/GENERIC
1.1261.2.19 +5 -0 src/sys/conf/NOTES
1.943.2.15 +1 -0 src/sys/conf/files
1.86.2.1 +51 -162 src/sys/dev/usb/if_aue.c
1.18.2.2 +2 -25 src/sys/dev/usb/if_auereg.h
1.22.2.4 +46 -150 src/sys/dev/usb/if_axe.c
1.3.2.3 +1 -25 src/sys/dev/usb/if_axereg.h
1.6.2.1 +712 -0 src/sys/dev/usb/if_cdce.c (new)
1.4.2.1 +81 -0 src/sys/dev/usb/if_cdcereg.h (new)
1.52.2.2 +49 -160 src/sys/dev/usb/if_cue.c
1.13.2.2 +2 -25 src/sys/dev/usb/if_cuereg.h
1.58.2.2 +50 -159 src/sys/dev/usb/if_kue.c
1.14.2.2 +2 -24 src/sys/dev/usb/if_kuereg.h
1.16.2.2 +49 -161 src/sys/dev/usb/if_rue.c
1.3.2.1 +2 -25 src/sys/dev/usb/if_ruereg.h
1.8.2.3 +49 -160 src/sys/dev/usb/if_udav.c
1.2.2.2 +1 -27 src/sys/dev/usb/if_udavreg.h
1.17.4.2 +100 -0 src/sys/dev/usb/usb_ethersubr.c
1.6.6.2 +35 -1 src/sys/dev/usb/usb_ethersubr.h
1.195.2.9 +13 -0 src/sys/dev/usb/usbdevs
1.50.2.6 +5 -0 src/sys/dev/usb/usbdi.h
1.413.2.12 +1 -0 src/sys/i386/conf/GENERIC
1.9.2.4 +1 -0 src/sys/i386/conf/PAE
1.66.2.6 +1 -0 src/sys/ia64/conf/GENERIC
1.393.2.10 +1 -0 src/sys/modules/Makefile
1.1.2.1 +10 -0 src/sys/modules/cdce/Makefile (new)
1.255.2.6 +1 -0 src/sys/pc98/conf/GENERIC
1.78.2.8 +1 -0 src/sys/sparc64/conf/GENERIC
More information about the cvs-src
mailing list