From 1846710ad3ef82f5d80e546b7f71ce4b090223ac Mon Sep 17 00:00:00 2001 From: thompsa Date: Sun, 28 Mar 2010 20:02:50 +0000 Subject: Add PCI IDs for two more nForce controllers. Submitted by: Dmitry Luhtionov @ gmail.com --- sys/dev/usb/controller/ehci_pci.c | 2 ++ sys/dev/usb/controller/ohci_pci.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'sys/dev/usb/controller') diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 3c0663d..c8d2d61 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -208,6 +208,8 @@ ehci_pci_match(device_t self) return "NVIDIA nForce3 250 USB 2.0 controller"; case 0x005b10de: return "NVIDIA nForce4 USB 2.0 controller"; + case 0x036d10de: + return "NVIDIA nForce MCP55 USB 2.0 controller"; case 0x03f210de: return "NVIDIA nForce MCP61 USB 2.0 controller"; case 0x0aa610de: diff --git a/sys/dev/usb/controller/ohci_pci.c b/sys/dev/usb/controller/ohci_pci.c index 962aacd..b37fc33 100644 --- a/sys/dev/usb/controller/ohci_pci.c +++ b/sys/dev/usb/controller/ohci_pci.c @@ -166,6 +166,8 @@ ohci_pci_match(device_t self) case 0x00d710de: return ("nVidia nForce3 USB Controller"); + case 0x036c10de: + return ("nVidia nForce MCP55 USB Controller"); case 0x03f110de: return ("nVidia nForce MCP61 USB Controller"); case 0x0aa510de: -- cgit v1.1