cvs commit: src/sys/pci ohci_pci.c uhci_pci.c src/sys/dev/usb
ohci.c ohcireg.h ohcivar.h uhci.c uhcireg.h uhcivar.h usb.c
Julian Elischer
julian at FreeBSD.org
Tue Apr 26 14:50:14 PDT 2005
julian 2005-04-26 21:50:14 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/pci ohci_pci.c uhci_pci.c
sys/dev/usb ohci.c ohcireg.h ohcivar.h uhci.c
uhcireg.h uhcivar.h usb.c
Log:
MFC Basic drivers from -current
Also bring in the code that probves the non EHCI controllers
after the EHCI controllers, thus ensuring that high speed
devices are not pingponged all aver theplace during startup.
Revision Changes Path
1.39.2.15 +63 -26 src/sys/dev/usb/ohci.c
1.13.2.3 +2 -2 src/sys/dev/usb/ohcireg.h
1.15.2.6 +12 -2 src/sys/dev/usb/ohcivar.h
1.40.2.16 +59 -14 src/sys/dev/usb/uhci.c
1.14.2.3 +1 -1 src/sys/dev/usb/uhcireg.h
1.16.2.7 +11 -2 src/sys/dev/usb/uhcivar.h
1.26.2.11 +87 -27 src/sys/dev/usb/usb.c
1.16.2.7 +51 -13 src/sys/pci/ohci_pci.c
1.26.2.10 +31 -17 src/sys/pci/uhci_pci.c
More information about the cvs-src
mailing list