From 725f67ad7ba7343a82b72489bf8f3e5ffb7db2b6 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Tue, 22 Dec 2009 01:59:17 +0000 Subject: [PATCH] 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 71891586f94..395947174e5 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");