Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2004 02:57:35 +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 usb_port.h
Message-ID:  <200411120257.iAC2vZp2063849@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411120257.iAC2vZp2063849>