Add Intel 430TX chipset, namely 82439TX system controller and four
incarnations of 82371AB (P/I bridge, IDE, USB and power management). Tested by: jkh
This commit is contained in:
parent
1cca86f4e8
commit
fc6ffbcae9
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user