From ef0ff6f267ad886ee92e5ab63d0b0f2f561d8d63 Mon Sep 17 00:00:00 2001 From: thompsa Date: Tue, 22 Dec 2009 01:59:17 +0000 Subject: Add more OHCI pci ids. Submitted by: Hans Petter Selasky --- sys/dev/usb/controller/ohci_pci.c | 6 ++++++ 1 file changed, 6 insertions(+) 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"); -- cgit v1.1