Add a missing ohci_waitintr() call that allows polled operation of
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 3 May 2006 15:08:43 +0000 (15:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 3 May 2006 15:08:43 +0000 (15:08 +0000)
commit561ecfcbce01bde08dbe271371bd6e6faf85b5af
tree48c43a240c41a8f29093e480322785c2f303de60
parent5a83ae77437b42d921f658ec35d0469d3e096b4c
Add a missing ohci_waitintr() call that allows polled operation of
bulk transfers to have a chance of working.  Kernel crash dumps
to umass() work with this change.

Submitted-by: Gary <gary@velocity-servers.net>
Taken-from: FreeBSD PR:usb/93720
sys/bus/usb/ohci.c
sys/dev/usbmisc/umass/umass.c