summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 11ceb1c..9a3e081 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.58 1997/11/11 01:50:06 wollman Exp $
+** $Id: pcisupport.c,v 1.59 1998/02/24 12:15:34 sos Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -214,6 +214,16 @@ chipset_probe (pcici_t tag, pcidi_t type)
return ("Intel 82371AB power management");
case 0x70308086:
return ("Intel 82437VX PCI cache memory controller");
+ case 0x71008086:
+ return ("Intel 82439TX PCI cache memory controller");
+ case 0x71108086:
+ return ("Intel 82371AB PCI-ISA bridge");
+ case 0x71118086:
+ return ("Intel 82371AB IDE interface");
+ case 0x71128086:
+ return ("Intel 82371AB USB interface");
+ case 0x71138086:
+ return ("Intel 82371AB Power management controller");
case 0x12378086:
fixwsc_natoma(tag);
return ("Intel 82440FX (Natoma) PCI and memory controller");
OpenPOWER on IntegriCloud