cvs commit: src/sys/bus/usb ohci.c src/sys/dev/usbmisc/umass umass.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed May 3 08:12:48 PDT 2006
dillon 2006/05/03 08:08:43 PDT
DragonFly src repository
Modified files:
sys/bus/usb ohci.c
sys/dev/usbmisc/umass umass.c
Log:
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 at xxxxxxxxxxxxxxxxxxxx>
Taken-from: FreeBSD PR:usb/93720
Revision Changes Path
1.14 +3 -0 src/sys/bus/usb/ohci.c
1.17 +3 -7 src/sys/dev/usbmisc/umass/umass.c
http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/ohci.c.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/usbmisc/umass/umass.c.diff?r1=1.16&r2=1.17&f=u
More information about the Commits
mailing list