svn commit: r200823 - head/sys/dev/usb/controller
Andrew Thompson
thompsa at FreeBSD.org
Tue Dec 22 01:59:17 UTC 2009
Author: thompsa
Date: Tue Dec 22 01:59:17 2009
New Revision: 200823
URL: http://svn.freebsd.org/changeset/base/200823
Log:
Add more OHCI pci ids.
Submitted by: Hans Petter Selasky
Modified:
head/sys/dev/usb/controller/ohci_pci.c
Modified: head/sys/dev/usb/controller/ohci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/ohci_pci.c Tue Dec 22 01:57:34 2009 (r200822)
+++ head/sys/dev/usb/controller/ohci_pci.c Tue Dec 22 01:59:17 2009 (r200823)
@@ -175,6 +175,12 @@ ohci_pci_match(device_t self)
case 0x03f110de:
return ("nVidia nForce MCP61 USB Controller");
+ case 0x0aa510de:
+ return ("nVidia nForce MCP79 USB Controller");
+ case 0x0aa710de:
+ return ("nVidia nForce MCP79 USB Controller");
+ case 0x0aa810de:
+ return ("nVidia nForce MCP79 USB Controller");
case 0x70011039:
return ("SiS 5571 USB controller");
More information about the svn-src-head
mailing list