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 23:46:35 UTC 2010
Modified Files:
src/sys/dev/usb: moscom.c uark.c uhmodem.c uyurex.c xboxcontroller.c
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 minor
differences in moscom.c, uark.c, and xboxcontroller.c which I traced
to line-number shifts and KASSERT() invocation in the child-detachment
routines---e.g., moscom_childdet().
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/usb/moscom.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/uark.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/uhmodem.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/uyurex.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/xboxcontroller.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