CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/10 14:57:40
Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c
Log message:
Do not set the bus dying flag during DVACT_DEACTIVATE otherwise the
explore thread will not disconnect the root hub. The flag will be
set before detaching the children, like it is done during a suspend-
resume cycle.
Fix a panic when unplugging a cardbus *hci(4).
