summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohci_pci.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-12-17 17:15:07 +0000
committerpeter <peter@FreeBSD.org>2003-12-17 17:15:07 +0000
commitc1eca53dae9d026b671d31b3a0af66576abeec99 (patch)
treed8f6685b3b024af14e19616d40e3959e1f0a6783 /sys/dev/usb/ohci_pci.c
parent82fa343f7ced46678be77ffd35bfe7aadbfb8173 (diff)
downloadFreeBSD-src-c1eca53dae9d026b671d31b3a0af66576abeec99.zip
FreeBSD-src-c1eca53dae9d026b671d31b3a0af66576abeec99.tar.gz
Recognize the nForce3 id's. This is mostly cosmetic and affects
the usbdevs command.
Diffstat (limited to 'sys/dev/usb/ohci_pci.c')
-rw-r--r--sys/dev/usb/ohci_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/ohci_pci.c b/sys/dev/usb/ohci_pci.c
index 51a2c23..37d4d2f 100644
--- a/sys/dev/usb/ohci_pci.c
+++ b/sys/dev/usb/ohci_pci.c
@@ -78,6 +78,7 @@ __FBSDID("$FreeBSD$");
#define PCI_OHCI_VENDORID_CMDTECH 0x1095
#define PCI_OHCI_VENDORID_NEC 0x1033
#define PCI_OHCI_VENDORID_NVIDIA 0x12D2
+#define PCI_OHCI_VENDORID_NVIDIA2 0x10DE
#define PCI_OHCI_VENDORID_OPTI 0x1045
#define PCI_OHCI_VENDORID_SIS 0x1039
@@ -226,6 +227,7 @@ ohci_pci_attach(device_t self)
sprintf(sc->sc_vendor, "NEC");
break;
case PCI_OHCI_VENDORID_NVIDIA:
+ case PCI_OHCI_VENDORID_NVIDIA2:
sprintf(sc->sc_vendor, "nVidia");
break;
case PCI_OHCI_VENDORID_OPTI:
OpenPOWER on IntegriCloud