From owner-cvs-src@FreeBSD.ORG Fri Nov 12 02:57:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED84016A4CE; Fri, 12 Nov 2004 02:57:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9BF643D41; Fri, 12 Nov 2004 02:57:35 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAC2vZJP063850; Fri, 12 Nov 2004 02:57:35 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAC2vZp2063849; Fri, 12 Nov 2004 02:57:35 GMT (envelope-from iedowse) Message-Id: <200411120257.iAC2vZp2063849@repoman.freebsd.org> From: Ian Dowse Date: Fri, 12 Nov 2004 02:57:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c usb_port.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 02:57:36 -0000 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