cvs commit: src/sys/dev/usb usb.c
Ian Dowse
iedowse at FreeBSD.org
Tue Feb 28 01:32:10 PST 2006
iedowse 2006-02-28 09:32:08 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/dev/usb usb.c
Log:
Fix an old mis-merge in 1.26.2.11 that invoked usb_cold_explore()
too late in the boot process - "cold" is guaranteed to be false at
SI_SUB_INT_CONFIG_HOOKS, but it was being KASSERTed as true. With
usb_cold_explore() now running at the correct time, it does need
to use polling mode and splusb(), so back out 1.26.2.14.
PR: usb/81524
Tested by: Eugene Grosbein
Revision Changes Path
1.26.2.15 +6 -3 src/sys/dev/usb/usb.c
More information about the cvs-src
mailing list