cvs commit: src/sys/dev/usb uhub.c

Warner Losh imp at FreeBSD.org
Thu Sep 9 13:43:50 PDT 2004


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


More information about the cvs-src mailing list