diff options
author | thompsa <thompsa@FreeBSD.org> | 2010-03-28 20:02:50 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2010-03-28 20:02:50 +0000 |
commit | 1846710ad3ef82f5d80e546b7f71ce4b090223ac (patch) | |
tree | b2846ad45892cc04074fc1481427f21c7619224f /sys/dev/usb/controller/ohci_pci.c | |
parent | 22feab9e70a957e221dbeecbc2f156c1085779b4 (diff) | |
download | FreeBSD-src-1846710ad3ef82f5d80e546b7f71ce4b090223ac.zip FreeBSD-src-1846710ad3ef82f5d80e546b7f71ce4b090223ac.tar.gz |
Add PCI IDs for two more nForce controllers.
Submitted by: Dmitry Luhtionov @ gmail.com
Diffstat (limited to 'sys/dev/usb/controller/ohci_pci.c')
-rw-r--r-- | sys/dev/usb/controller/ohci_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
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: |