summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ehci_pci.c
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-05-22 14:18:05 +0000
committerle <le@FreeBSD.org>2004-05-22 14:18:05 +0000
commit90c5701a2cddfda7b43823be60c581ef7dbd9bf0 (patch)
treecf31cd9a7f80e747ffe4834113027bc235fa1fd6 /sys/dev/usb/ehci_pci.c
parent83dd6eda94f0206ed7b7850fc8d36419c2688e2e (diff)
downloadFreeBSD-src-90c5701a2cddfda7b43823be60c581ef7dbd9bf0.zip
FreeBSD-src-90c5701a2cddfda7b43823be60c581ef7dbd9bf0.tar.gz
Add Intel PCI vendor ID.
Diffstat (limited to 'sys/dev/usb/ehci_pci.c')
-rw-r--r--sys/dev/usb/ehci_pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/ehci_pci.c b/sys/dev/usb/ehci_pci.c
index 1bfa013..c2da667 100644
--- a/sys/dev/usb/ehci_pci.c
+++ b/sys/dev/usb/ehci_pci.c
@@ -80,6 +80,7 @@ __FBSDID("$FreeBSD$");
#define PCI_EHCI_VENDORID_AMD 0x1022
#define PCI_EHCI_VENDORID_APPLE 0x106b
#define PCI_EHCI_VENDORID_CMDTECH 0x1095
+#define PCI_EHCI_VENDORID_INTEL 0x8086
#define PCI_EHCI_VENDORID_NEC 0x1033
#define PCI_EHCI_VENDORID_OPTI 0x1045
#define PCI_EHCI_VENDORID_SIS 0x1039
@@ -203,6 +204,9 @@ ehci_pci_attach(device_t self)
case PCI_EHCI_VENDORID_CMDTECH:
sprintf(sc->sc_vendor, "CMDTECH");
break;
+ case PCI_EHCI_VENDORID_INTEL:
+ sprintf(sc->sc_vendor, "Intel");
+ break;
case PCI_EHCI_VENDORID_NEC:
sprintf(sc->sc_vendor, "NEC");
break;
OpenPOWER on IntegriCloud