summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-09-16 20:29:22 +0000
committermsmith <msmith@FreeBSD.org>1998-09-16 20:29:22 +0000
commit115a3b4a1e77160657cc37464685527f49efaf88 (patch)
tree3ed78c4eaa832dd2124eb707284329c7a6c3a1c0 /sys/pci
parent5b2097bd6c2630fb36faa412084ff0ca948ff3ee (diff)
downloadFreeBSD-src-115a3b4a1e77160657cc37464685527f49efaf88.zip
FreeBSD-src-115a3b4a1e77160657cc37464685527f49efaf88.tar.gz
Add 450NX chipset components.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 9f13f396..b78ac65 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:
OpenPOWER on IntegriCloud