cvs commit: src/sys/dev/usb ehci.c ehcivar.h ohci.c ohcivar.h
uhci.c uhcivar.h
Ian Dowse
iedowse at FreeBSD.org
Mon Mar 21 16:56:55 PST 2005
iedowse 2005-03-22 00:56:54 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/dev/usb ehci.c ehcivar.h ohci.c ohcivar.h uhci.c
uhcivar.h
Log:
MFC: handle concurrent attempts to abort the same transfer, by
sleeping if necessary and prioritising normal abort requests over
timeouts. This fixes crashes that occur when a transfer is aborted
after it has timed out but before the timeout processing completes,
as was quite frequently seen when lpd was printing to a USB printer.
Approved by: re (kensmith)
Revision Changes Path
1.14.2.8 +26 -0 src/sys/dev/usb/ehci.c
1.4.2.4 +4 -0 src/sys/dev/usb/ehcivar.h
1.144.2.4 +28 -0 src/sys/dev/usb/ohci.c
1.37.2.2 +2 -0 src/sys/dev/usb/ohcivar.h
1.154.2.5 +28 -1 src/sys/dev/usb/uhci.c
1.37.2.2 +4 -0 src/sys/dev/usb/uhcivar.h
More information about the cvs-src
mailing list