Add PCI device IDs for Intel BX PCI chip-set components.

Submitted by:	Steinar Haug <sthaug@nethelp.no>
This commit is contained in:
Stefan Eßer 1998-05-02 22:19:33 +00:00
parent 9e39714518
commit fabdb7f671

View file

@ -1,6 +1,6 @@
/**************************************************************************
**
** $Id: pcisupport.c,v 1.61 1998/03/01 17:29:25 sos Exp $
** $Id: pcisupport.c,v 1.62 1998/03/27 20:36:54 se Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@ -214,6 +214,12 @@ chipset_probe (pcici_t tag, pcidi_t type)
return ("Intel 82371AB USB host controller");
case 0x71138086:
return ("Intel 82371AB Power management controller");
case 0x71908086:
return ("Intel 82443BX host to PCI bridge");
case 0x71918086:
return ("Intel 82443BX host to AGP bridge");
case 0x71928086:
return ("Intel 82443BX host to PCI bridge (AGP disabled)");
case 0x12378086:
fixwsc_natoma(tag);
return ("Intel 82440FX (Natoma) PCI and memory controller");