summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1998-03-27 20:36:54 +0000
committerse <se@FreeBSD.org>1998-03-27 20:36:54 +0000
commit51fb98aa8052f46769b2b56d69a7e360674268a6 (patch)
tree70e23d991358ea8e334386ff4d89b4713b31159d /sys/pci
parentc169f0d4eca1b26f73c3cfeef7cf85a23f434dbe (diff)
downloadFreeBSD-src-51fb98aa8052f46769b2b56d69a7e360674268a6.zip
FreeBSD-src-51fb98aa8052f46769b2b56d69a7e360674268a6.tar.gz
Add two VLSI chip set components: 82C592 and 82C593
Submitted by: Warner Losh <imp@village.org>
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 452a08b..f9b0eda 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.60 1998/03/01 10:10:31 asami Exp $
+** $Id: pcisupport.c,v 1.61 1998/03/01 17:29:25 sos Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -229,6 +229,10 @@ chipset_probe (pcici_t tag, pcidi_t type)
case 0x124b8086:
return ("Intel 82380FB mobile PCI to PCI bridge");
/* VLSI -- vendor 0x1004 */
+ case 0x00051004:
+ return ("VLSI 82C592 Host to PCI bridge");
+ case 0x00061004:
+ return ("VLSI 82C593 PCI to ISA bridge");
case 0x01011004:
return ("VLSI 82C532 Eagle II Peripheral Controller");
case 0x01021004:
OpenPOWER on IntegriCloud