summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-10-10 11:52:17 +0000
committerasami <asami@FreeBSD.org>1997-10-10 11:52:17 +0000
commitecdb99e5eb98638d9ea905ed552a8a4968302cb1 (patch)
tree579b6df5ba1f5276963f4bfe68d40eedb73eedf1 /sys/pci
parentd812f8fff8b544b5f5fe2aaaf060a2aa9ed6fa75 (diff)
downloadFreeBSD-src-ecdb99e5eb98638d9ea905ed552a8a4968302cb1.zip
FreeBSD-src-ecdb99e5eb98638d9ea905ed552a8a4968302cb1.tar.gz
Add IDs for Intel 82371MX/82437MX (mobile PCI chipset).
Reviewed by: se
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 b0ac227..a77e9f2 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.53 1997/08/16 07:18:51 dyson Exp $
+** $Id: pcisupport.c,v 1.54 1997/09/24 07:37:56 phk Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -188,6 +188,10 @@ chipset_probe (pcici_t tag, pcidi_t type)
return ("Intel 82437FX PCI cache memory controller");
case 0x122e8086:
return ("Intel 82371FB PCI to ISA bridge");
+ 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:
OpenPOWER on IntegriCloud