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

Ian Dowse iedowse at FreeBSD.org
Sun Jan 15 12:41:05 PST 2006


iedowse     2006-01-15 20:41:04 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ehci.c ohci.c uhci.c 
  Log:
  Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this was
  done by the DVACT_DEACTIVATE case in *hci_activate(), but we don't
  use that code in FreeBSD so it was never set.
  
  Revision  Changes    Path
  1.38      +2 -0      src/sys/dev/usb/ehci.c
  1.156     +2 -0      src/sys/dev/usb/ohci.c
  1.163     +2 -0      src/sys/dev/usb/uhci.c


More information about the cvs-all mailing list