cvs commit: src/sys/bus/usb ehci.c ehci_pci.c ehcivar.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jun 10 11:21:50 PDT 2005
dillon 2005/06/10 11:21:12 PDT
DragonFly src repository
Modified files:
sys/bus/usb ehci.c ehci_pci.c ehcivar.h
Log:
Attempt to avoid a livelocked USB interrupt during boot by not enabling
the EHCI interrupt until after all the companion controllers have been
attached.
Revision Changes Path
1.8 +8 -3 src/sys/bus/usb/ehci.c
1.7 +1 -0 src/sys/bus/usb/ehci_pci.c
1.3 +1 -0 src/sys/bus/usb/ehcivar.h
http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/ehci.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/ehci_pci.c.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/ehcivar.h.diff?r1=1.2&r2=1.3&f=u
More information about the Commits
mailing list