cvs commit: src/sys/dev/usb usb.c
Ian Dowse
iedowse at FreeBSD.org
Mon Mar 21 16:20:14 PST 2005
iedowse 2005-03-22 00:20:14 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/dev/usb usb.c
Log:
MFC 1.104, 1.105: defer boot-time exploration of USB busses until
all devices in the system have been attached, but no later. This
ensures that we do not explore ohci or uhci busses before the
companion echi controller has been initialised, so it should fix
the problem of multi-speed USB devices getting attached as USB 1
devices first and then re-attached as USB 2.
Approved by: re (kensmith)
Revision Changes Path
1.100.2.2 +26 -1 src/sys/dev/usb/usb.c
More information about the cvs-src
mailing list