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: Mon Feb 18 05:31:24 UTC 2008
Modified Files:
src/sys/dev/usb: uaudio.c ubsa.c uchcom.c udsbr.c uep.c uftdi.c
ugensa.c
Log Message:
Use device_t and its accessor functions.
Register _childdetached methods with drivers that attach children.
Wait to set child references to NULL there, instead of doing that
in the detach method.
Replace many uses of USB_DECLARE_DRIVER() with CFATTACH_DECL2().
To generate a diff of this commit:
cvs rdiff -r1.110 -r1.111 src/sys/dev/usb/uaudio.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/usb/ubsa.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/usb/uchcom.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/usb/udsbr.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/usb/uep.c
cvs rdiff -r1.34 -r1.35 src/sys/dev/usb/uftdi.c
cvs rdiff -r1.14 -r1.15 src/sys/dev/usb/ugensa.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