summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-03-01 10:10:31 +0000
committerasami <asami@FreeBSD.org>1998-03-01 10:10:31 +0000
commit0e1dceb0108bcea4ce06eacc19825806f26025d5 (patch)
tree8e22cc299310fb18fc9c4bcebd5303e249ca9375 /sys/pci
parentf8ae2c2c9ea5dbfbe0a1252ce00a28726acc15d0 (diff)
downloadFreeBSD-src-0e1dceb0108bcea4ce06eacc19825806f26025d5.zip
FreeBSD-src-0e1dceb0108bcea4ce06eacc19825806f26025d5.tar.gz
Add Intel 430TX chipset, namely 82439TX system controller and four
incarnations of 82371AB (P/I bridge, IDE, USB and power management). Tested by: jkh
Diffstat (limited to 'sys/pci')
-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