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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to