Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/usb
Module Name: src
Committed By: dyoung
Date: Wed Nov 3 22:30:51 UTC 2010
Modified Files:
src/sys/dev/usb: if_kuereg.h if_rumvar.h if_udavreg.h if_uralvar.h
if_urlreg.h if_zydreg.h
Log Message:
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
USB_MATCH(), et cetera. These files produce the same assembly
(according to objdump -d) before and after the change, except for
if_cue.c where two adjacent instructions inexplicably change order.
Straggler from last: commit corresponding header files.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/usb/if_kuereg.h
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/if_rumvar.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/usb/if_udavreg.h \
src/sys/dev/usb/if_urlreg.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/if_uralvar.h
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/if_zydreg.h
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