cvs commit: src/sys/bus/usb ehci.c ehcireg.h usb_port.h

Matthew Dillon dillon at apollo.backplane.com
Sat Sep 3 00:09:02 PDT 2005


:asmodai     2005/08/27 12:00:49 PDT
:
:DragonFly src repository
:
:  Modified files:
:    sys/bus/usb          ehci.c ehcireg.h usb_port.h 
:  Log:
:  Synchronise with NetBSD:
:  
:  ehci.c:
:  
:  v1.74: Add suspend/resume support.
:  v1.75: Fix typo: compolicated.
:  v1.76: A little portability stuff (lockmgr -> usb_lockmgr)
:  v1.78: add interrupt transfers
:  v1.79: use DPRINTF instead of a printf
:  
:  ehcireg.h:
:  
:  1.18: Fix EHCI_HCS_P_INDICATOR
:  
:  usb_port.h:
:  
:  NetBSD/OpenBSD specific things, lockmgr->usb_lockmgr..
:  
:  Revision  Changes    Path
:  1.12      +351 -59   src/sys/bus/usb/ehci.c
:  1.5       +2 -2      src/sys/bus/usb/ehcireg.h
:  1.13      +17 -4     src/sys/bus/usb/usb_port.h
:
:
:http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/ehci.c.diff?r1=1.11&r2=1.12&f=u
:http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/ehcireg.h.diff?r1=1.4&r2=1.5&f=u
:http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/usb_port.h.diff?r1=1.12&r2=1.13&f=u

    Something in this last commit is causing my machine to lockup on boot
    while trying to attach EHCI.  As a hint, after ~60+ seconds it
    gives me an error:  'usbd_new_device: addr=2, getting first desc failed'.
    I don't know what part of the commit is blowing things up.

    My test system boots up fine with the other USB commits, but not this 
    one.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Commits mailing list