cvs commit: src/sys/dev/usb ehci.c ehci_pci.c ehcireg.h ehcivar.h
Ian Dowse
iedowse at FreeBSD.org
Wed Jan 25 17:43:15 PST 2006
iedowse 2006-01-26 01:43:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/usb ehci.c ehci_pci.c ehcireg.h ehcivar.h
Log:
MFC: synchronise the EHCI driver with HEAD:
o Add workaround for dropped interrupts on VIA and ATI controllers
o Add various identification strings and vendor IDs
o Set sc_dying to 1 when detaching
o Don't bother clearing the unused transfer `hcpriv' field
Revision Changes Path
1.36.2.1 +34 -1 src/sys/dev/usb/ehci.c
1.18.2.1 +91 -5 src/sys/dev/usb/ehci_pci.c
1.7.2.1 +1 -1 src/sys/dev/usb/ehcireg.h
1.9.2.1 +11 -2 src/sys/dev/usb/ehcivar.h
More information about the cvs-src
mailing list