summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1995-07-27 21:56:51 +0000
committerse <se@FreeBSD.org>1995-07-27 21:56:51 +0000
commit9b9a2a321da35492b4ef5d3f8f487972cc284b3e (patch)
tree794779022ef22a2d60f62dbe123a2893213992dc /sys/pci/pci.c
parent648aadf62b101973c3288a3053fe836a2c6e6c08 (diff)
downloadFreeBSD-src-9b9a2a321da35492b4ef5d3f8f487972cc284b3e.zip
FreeBSD-src-9b9a2a321da35492b4ef5d3f8f487972cc284b3e.tar.gz
Add a few vendor IDs.
Diffstat (limited to 'sys/pci/pci.c')
-rw-r--r--sys/pci/pci.c29
1 files changed, 21 insertions, 8 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index ee6454c..916a92d 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 1.25 1995/06/28 16:32:54 se Exp $
+** $Id: pci.c,v 1.26 1995/07/27 21:38:45 se Exp $
**
** General subroutines for the PCI bus.
** pci_configure ()
@@ -1471,16 +1471,29 @@ struct vt {
static struct vt VendorTable[] = {
/* {0x0e11, "? 0x0e11"},*/
- {0x1002, "ATI TECHNOLOGIES INC"},
- {0x1011, "DIGITAL EQUIPMENT CORPORATION"},
+ {0x1000, "NCR/Symbios"},
+ {0x1002, "ATI Technologies Inc."},
+ {0x1004, "VLSI"},
+ {0x100B, "National Semiconductor"},
+ {0x100E, "Weitek"},
+ {0x1011, "Digital Equipment Corporation"},
+ {0x1013, "Cirrus Logic"},
{0x101A, "NCR"},
{0x1022, "AMD"},
- {0x102B, "MATROX"},
-/* {0x1039, "? 0x1039"},*/
+ {0x102B, "Matrox"},
+ {0x102C, "Chips & Technologies"},
+ {0x1039, "Silicon Integrated Systems"},
+ {0x1042, "SMC"},
+ {0x1044, "DPT"},
{0x1045, "OPTI"},
-/* {0x1095, "? 0x1095"},*/
- {0x5333, "S3 INC."},
- {0x8086, "INTEL CORPORATION"},
+ {0x104B, "Bus Logic"},
+ {0x1060, "UMC"},
+ {0x1080, "Contaq"},
+ {0x1095, "CMD"},
+ {0x1106, "VIA Technologies"},
+ {0x5333, "S3 Inc."},
+ {0x8086, "Intel Corporation"},
+ {0x9004, "Adaptec"},
{0,0}
};
OpenPOWER on IntegriCloud