summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/ohci_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/controller/ohci_pci.c')
-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