mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 00:21:25 +01:00
Add vendor ID of Compaq, now that I found what it is ...
This commit is contained in:
parent
28bd0421f2
commit
da42a6e8f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10748
@ -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"},
|
||||
|
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user