cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c usb_port.h
Ian Dowse
iedowse at FreeBSD.org
Fri Nov 12 02:57:36 GMT 2004
iedowse 2004-11-12 02:57:35 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ehci.c ohci.c uhci.c usb_port.h
Log:
Back out my recent changes for timeout races, as there have been
reports of problems. The bug is probably that there are cases where
`xfer->timeout && !sc->sc_bus.use_polling' is not a suitable test
for an active timeout callout, so an explicit flag will be necessary.
Apologies for the breakage.
Revision Changes Path
1.19 +19 -45 src/sys/dev/usb/ehci.c
1.146 +14 -39 src/sys/dev/usb/ohci.c
1.158 +16 -40 src/sys/dev/usb/uhci.c
1.71 +0 -1 src/sys/dev/usb/usb_port.h
More information about the cvs-src
mailing list