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]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 25 May 2008 11:43:42 -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

    Make sure USB keyboards still work :-)  There was some code in there
    to probe for a USB keyboard very early in the boot sequence.  I forget
    where exactly.

						-Matt




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