cvs commit: src/sys/dev/usb usb.c
Ian Dowse
iedowse at FreeBSD.org
Sat Mar 19 11:27:39 PST 2005
iedowse 2005-03-19 19:27:39 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usb.c
Log:
Now that all architectures allow hooks to be inserted before
configure_final(), assert that "cold" is true in usb_cold_explore()
when there are busses to explore. When USB is kldloaded after boot,
usb_cold_explore() will still get invoked but the list of busses
to explore in that case should always be empty.
Revision Changes Path
1.105 +2 -6 src/sys/dev/usb/usb.c
More information about the cvs-src
mailing list