summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-10-10 11:53:38 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-10-10 11:53:38 +0000
commit32d1c96f753156bc718fd8fbec7e53acefba643f (patch)
tree84bee32adf1d3647d25b1c106aaac5e8da2404a3 /sys
parentfeea34744e2a6176a141869db02c4b9c7e803c69 (diff)
Notes
Diffstat (limited to 'sys')
-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 09e478fc816b..fad15b288474 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.40.2.3 1997/06/14 15:37:03 jdp Exp $
+** $Id: pcisupport.c,v 1.40.2.4 1997/07/18 19:48:22 se Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -136,6 +136,10 @@ chipset_probe (pcici_t tag, pcidi_t type)
return ("Intel 82371FB PCI-ISA bridge");
case 0x12308086:
return ("Intel 82371FB IDE interface");
+ case 0x12348086:
+ return ("Intel 82371MX mobile PCI I/O IDE accelerator (MPIIX)");
+ case 0x12358086:
+ return ("Intel 82437MX mobile PCI cache memory controller");
case 0x12508086:
return ("Intel 82439");
case 0x04061039: