summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/pci.c')
-rw-r--r--sys/dev/pci/pci.c4
1 files changed, 2 insertions, 2 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"},
OpenPOWER on IntegriCloud