Date: Fri, 11 Apr 2008 05:50:53 +0000 (UTC) From: Benno Rice <benno@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ehci_pci.c uhci_pci.c Message-ID: <200804110550.m3B5orIY029492@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804110550.m3B5orIY029492>