cvs commit: src/sys/dev/usb if_aue.c if_auereg.h if_axe.c
if_axereg.h if_cdce.c if_cdcereg.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
Maxim Sobolev
sobomax at FreeBSD.org
Fri Mar 25 04:42:31 PST 2005
sobomax 2005-03-25 12:42:31 UTC
FreeBSD src repository
Modified files:
sys/dev/usb if_aue.c if_auereg.h if_axe.c if_axereg.h
if_cdce.c if_cdcereg.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
Log:
Move Rx/Tx lists management routines into central location.
Revision Changes Path
1.88 +50 -126 src/sys/dev/usb/if_aue.c
1.21 +1 -25 src/sys/dev/usb/if_auereg.h
1.28 +46 -122 src/sys/dev/usb/if_axe.c
1.7 +1 -24 src/sys/dev/usb/if_axereg.h
1.4 +44 -115 src/sys/dev/usb/if_cdce.c
1.3 +1 -24 src/sys/dev/usb/if_cdcereg.h
1.55 +48 -124 src/sys/dev/usb/if_cue.c
1.17 +1 -24 src/sys/dev/usb/if_cuereg.h
1.61 +48 -124 src/sys/dev/usb/if_kue.c
1.17 +1 -24 src/sys/dev/usb/if_kuereg.h
1.18 +48 -124 src/sys/dev/usb/if_rue.c
1.5 +1 -25 src/sys/dev/usb/if_ruereg.h
1.12 +49 -126 src/sys/dev/usb/if_udav.c
1.4 +1 -27 src/sys/dev/usb/if_udavreg.h
1.20 +88 -5 src/sys/dev/usb/usb_ethersubr.c
1.9 +34 -1 src/sys/dev/usb/usb_ethersubr.h
More information about the cvs-src
mailing list