DragonFly commits List (threaded) for 2008-05
DragonFly BSD
DragonFly commits List (threaded) for 2008-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/bus/usb usb.c


From: Michael Neumann <mneumann@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 25 May 2008 09:53:41 -0700 (PDT)

mneumann    2008/05/25 09:53:41 PDT

DragonFly src repository

  Modified files:
    sys/bus/usb          usb.c 
  Log:
  Defer boot-time exploration of USB busses until all devices in the
  system have been attached, but no later. This ensures that we do
  not explore ohci or uhci busses before the companion ehci controller
  has been initialised, so it should fix the problem of multi-speed
  USB devices getting attached as USB 1 devices first and then
  re-attached as USB 2.
  
  This fixes issue #946 for qemu and my HP Compaq 6710b laptop.
  
  Obtained-from:  FreeBSD/usb.c 1.104 to 1.106 and NetBSD/usb.c 1.35
  Dragonfly-bug:  <http://bugs.dragonflybsd.org/issue947>
  
  Revision  Changes    Path
  1.44      +31 -10    src/sys/bus/usb/usb.c


http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/usb.c.diff?r1=1.43&r2=1.44&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]