cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c

Ian Dowse iedowse at FreeBSD.org
Tue Nov 16 00:48:28 GMT 2004


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


More information about the cvs-src mailing list