From 85dc1320dcd9107967b313d9f29aa382b383ba61 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 16 Sep 1998 20:29:22 +0000 Subject: [PATCH] Add 450NX chipset components. --- sys/pci/pcisupport.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 9f13f3962d6..b78ac652d8b 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.70 1998/06/30 08:13:27 jmg Exp $ +** $Id: pcisupport.c,v 1.71 1998/07/07 05:00:09 bde Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -234,6 +234,10 @@ chipset_probe (pcici_t tag, pcidi_t type) return ("Intel 82454KX/GX (Orion) host to PCI bridge"); case 0x84c58086: return ("Intel 82453KX/GX (Orion) PCI memory controller"); + case 0x84ca8086: + return ("Intel 82451NX Memory and I/O Controller"); + case 0x84cb8086: + return ("Intel 82454NX PCI Expander Bridge"); case 0x00221014: return ("IBM 82351 PCI-PCI bridge"); case 0x00011011: