From fabdb7f671b2e07da37ba0c3cc1f7d03069b9d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sat, 2 May 1998 22:19:33 +0000 Subject: [PATCH] Add PCI device IDs for Intel BX PCI chip-set components. Submitted by: Steinar Haug --- sys/pci/pcisupport.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index f9b0eda5a09..f70d77a3671 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -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");