CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/07 17:51:36
Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c
Log message:
Make all *_device_*_start() functions (e.g. ohci_device_intr_start())
wait for an interrupt when the bus is in polling mode. Otherwise
some devices like my YE-Data USB Floppy take a short sharp trip to
ddb> at 'halt -p'.
Most of the functions were already doing the wait.
ok miod@. With modification that printf's become DPRINTF's.
