benno 2008-04-11 05:50:53 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ehci_pci.c uhci_pci.c
Log:
Identify ICH9 USB controllers.
I've taken a slightly different approach than is used with the ICH8
controllers
in that each controller is not identified individually (eg USB A, USB B, etc).
Instead I've given then same description to each one even though the device ID
differs. This can easily be changed if desired, or ICH8 (and any others using
that approach) can be made to work as this does.
Revision Changes Path
1.32 +6 -0 src/sys/dev/usb/ehci_pci.c
1.64 +20 -0 src/sys/dev/usb/uhci_pci.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"