From 0e1dceb0108bcea4ce06eacc19825806f26025d5 Mon Sep 17 00:00:00 2001 From: asami Date: Sun, 1 Mar 1998 10:10:31 +0000 Subject: Add Intel 430TX chipset, namely 82439TX system controller and four incarnations of 82371AB (P/I bridge, IDE, USB and power management). Tested by: jkh --- sys/pci/pcisupport.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'sys/pci') 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"); -- cgit v1.1