Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2004 20:43:49 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb uhub.c
Message-ID:  <200409092043.i89Khnf9025534@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2004-09-09 20:43:49 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          uhub.c 
  Log:
  We don't need a uhub_child_detached() routine now that we don't detach
  device_t instances when no driver attaches.  They are left around, and
  we need to remember them.
  
  # The usbd_device_handle->subdevs[] array likely is completely bogus
  # at this point, but one change at a time, since its removal will need
  # to have similar code replace it extracted from newbus.
  
  Part of the patch submitted by Peter Pentchev after an excellent
  analysis of the underlying problems.
  
  MFC After: 1 week
  
  Revision  Changes    Path
  1.63      +2 -34     src/sys/dev/usb/uhub.c



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