Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jan 2006 20:41:04 +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
Message-ID:  <200601152041.k0FKf4p4014608@repoman.freebsd.org>

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



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