Add vendor ID of Compaq, now that I found what it is ...

This commit is contained in:
Stefan Eßer 1995-09-14 23:24:29 +00:00
parent 28bd0421f2
commit da42a6e8f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10748
2 changed files with 4 additions and 4 deletions

View File

@ -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"},

View File

@ -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"},