summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-12-22 01:59:17 +0000
committerthompsa <thompsa@FreeBSD.org>2009-12-22 01:59:17 +0000
commitef0ff6f267ad886ee92e5ab63d0b0f2f561d8d63 (patch)
tree753c50becd8fdf47414a7928219271ac6374c4f8
parentd9e89909f689d433720160db8919d5eaf39d6eee (diff)
downloadFreeBSD-src-ef0ff6f267ad886ee92e5ab63d0b0f2f561d8d63.zip
FreeBSD-src-ef0ff6f267ad886ee92e5ab63d0b0f2f561d8d63.tar.gz
Add more OHCI pci ids.
Submitted by: Hans Petter Selasky
-rw-r--r--sys/dev/usb/controller/ohci_pci.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ohci_pci.c b/sys/dev/usb/controller/ohci_pci.c
index 7189158..3959471 100644
--- a/sys/dev/usb/controller/ohci_pci.c
+++ b/sys/dev/usb/controller/ohci_pci.c
@@ -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");
OpenPOWER on IntegriCloud