From eeefadd63b4a6949162e8a346583151736dd38ef Mon Sep 17 00:00:00 2001 From: se Date: Thu, 14 Sep 1995 23:24:29 +0000 Subject: Add vendor ID of Compaq, now that I found what it is ... --- sys/dev/pci/pci.c | 4 ++-- sys/pci/pci.c | 4 ++-- 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"}, -- cgit v1.1