Date: Sat, 14 Aug 2004 22:10:26 +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 usb_port.h usb_subr.c Message-ID: <200408142210.i7EMAQtT060333@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp         2004-08-14 22:10:26 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/usb          uhub.c usb_port.h usb_subr.c 
  Log:
  Next step in making usb more newbus:
  o reprobe children when a new driver is added to uhub
  o fix the usbd_probe_and_attach to set the ivars to a malloc'd area, as well
    as freeing the ivars on child destruction.
  o Don't delete children that don't attach. Evidentally, the need to do this
    is a common misconception.
  o minor formatting foo that may violate style(9) at the moment, but keeps the
    diffs against my p4 tree smaller.
  
  This does not solve the ugen gobbling things up problem, but the fixes
  I have for that expose bugs in other parts of the tree...
  
  Revision  Changes    Path
  1.61      +14 -26    src/sys/dev/usb/uhub.c
  1.66      +5 -1      src/sys/dev/usb/usb_port.h
  1.68      +31 -37    src/sys/dev/usb/usb_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408142210.i7EMAQtT060333>
