Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [itohy-usb1] src/sys/dev/usb
Module Name: src
Committed By: itohy
Date: Wed Jun 13 04:13:02 UTC 2007
Modified Files:
src/sys/dev/usb [itohy-usb1]: if_atu.c if_atureg.h if_rum.c if_rumvar.h
if_udav.c if_udavreg.h if_ural.c if_uralvar.h if_url.c if_urlreg.h
Log Message:
- Convert to use usbd_map_buffer_mbuf() and eliminate mbuf-memory copy.
- Use common code in usb_ethersubr.[ch] and reduce duplicated code.
- XXX Use m_copyback() to extend mbuf chain. XXX Is this the right way?
XXX Untested, missing hardware.
To generate a diff of this commit:
cvs rdiff -r1.24.6.1 -r1.24.6.2 src/sys/dev/usb/if_atu.c
cvs rdiff -r1.6 -r1.6.14.1 src/sys/dev/usb/if_atureg.h
cvs rdiff -r1.6.4.1 -r1.6.4.2 src/sys/dev/usb/if_rum.c
cvs rdiff -r1.1 -r1.1.16.1 src/sys/dev/usb/if_rumvar.h
cvs rdiff -r1.15.10.1 -r1.15.10.2 src/sys/dev/usb/if_udav.c
cvs rdiff -r1.3 -r1.3.40.1 src/sys/dev/usb/if_udavreg.h \
src/sys/dev/usb/if_urlreg.h
cvs rdiff -r1.18.10.1 -r1.18.10.2 src/sys/dev/usb/if_ural.c
cvs rdiff -r1.6 -r1.6.10.1 src/sys/dev/usb/if_uralvar.h
cvs rdiff -r1.24.10.1 -r1.24.10.2 src/sys/dev/usb/if_url.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index