Date: Tue, 16 Nov 2004 00:48:27 +0000 (UTC) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c Message-ID: <200411160048.iAG0mRcb029091@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2004-11-16 00:48:27 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ohci.c uhci.c Log: Fix just the worst of the timeout race conditions that the previous backed out commits were trying to address: when cancelling the timeout callout, also cancel the abort_task event, since it is possible that the timeout has already fired and set up an abort_task. Revision Changes Path 1.20 +5 -1 src/sys/dev/usb/ehci.c 1.147 +6 -1 src/sys/dev/usb/ohci.c 1.159 +2 -1 src/sys/dev/usb/uhci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411160048.iAG0mRcb029091>