summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1995-09-14 23:24:29 +0000
committerse <se@FreeBSD.org>1995-09-14 23:24:29 +0000
commiteeefadd63b4a6949162e8a346583151736dd38ef (patch)
tree99893b5c9c6036a4b0d5233c7a7e110655e91993
parenta07381c8ae1ccaa005d75fb8a6c4196d10ec77c4 (diff)
downloadFreeBSD-src-eeefadd63b4a6949162e8a346583151736dd38ef.zip
FreeBSD-src-eeefadd63b4a6949162e8a346583151736dd38ef.tar.gz
Add vendor ID of Compaq, now that I found what it is ...
-rw-r--r--sys/dev/pci/pci.c4
-rw-r--r--sys/pci/pci.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 28a331b..5d9a6df 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 1.29 1995/09/07 15:20:53 se Exp $
+** $Id: pci.c,v 1.30 1995/09/14 13:09:40 se Exp $
**
** General subroutines for the PCI bus.
** pci_configure ()
@@ -1480,7 +1480,7 @@ struct vt {
};
static struct vt VendorTable[] = {
-/* {0x0e11, "? 0x0e11"},*/
+ {0x0e11, "Compaq"},
{0x1000, "NCR/Symbios"},
{0x1002, "ATI Technologies Inc."},
{0x1004, "VLSI"},
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index 28a331b..5d9a6df 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 1.29 1995/09/07 15:20:53 se Exp $
+** $Id: pci.c,v 1.30 1995/09/14 13:09:40 se Exp $
**
** General subroutines for the PCI bus.
** pci_configure ()
@@ -1480,7 +1480,7 @@ struct vt {
};
static struct vt VendorTable[] = {
-/* {0x0e11, "? 0x0e11"},*/
+ {0x0e11, "Compaq"},
{0x1000, "NCR/Symbios"},
{0x1002, "ATI Technologies Inc."},
{0x1004, "VLSI"},
OpenPOWER on IntegriCloud