cvs commit: src/sys/dev/usb uhub.c usb_port.h usb_subr.c
Warner Losh
imp at FreeBSD.org
Sat Aug 14 15:10:26 PDT 2004
imp 2004-08-14 22:10:26 UTC
FreeBSD src repository
Modified files:
sys/dev/usb uhub.c usb_port.h usb_subr.c
Log:
Next step in making usb more newbus:
o reprobe children when a new driver is added to uhub
o fix the usbd_probe_and_attach to set the ivars to a malloc'd area, as well
as freeing the ivars on child destruction.
o Don't delete children that don't attach. Evidentally, the need to do this
is a common misconception.
o minor formatting foo that may violate style(9) at the moment, but keeps the
diffs against my p4 tree smaller.
This does not solve the ugen gobbling things up problem, but the fixes
I have for that expose bugs in other parts of the tree...
Revision Changes Path
1.61 +14 -26 src/sys/dev/usb/uhub.c
1.66 +5 -1 src/sys/dev/usb/usb_port.h
1.68 +31 -37 src/sys/dev/usb/usb_subr.c
More information about the cvs-src
mailing list