summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci/pci_cfgreg.c
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2000-05-24 02:24:38 +0000
committerkuriyama <kuriyama@FreeBSD.org>2000-05-24 02:24:38 +0000
commit553f5accf7e7a2648d008eb8aa979068bf490f4f (patch)
tree0b527cce8a3765592e9c2ab9884d8f1fca4ba73a /sys/i386/pci/pci_cfgreg.c
parent4b78f2e385cbcaa803f014b38fc332a29d0c41e8 (diff)
downloadFreeBSD-src-553f5accf7e7a2648d008eb8aa979068bf490f4f.zip
FreeBSD-src-553f5accf7e7a2648d008eb8aa979068bf490f4f.tar.gz
Add 440MX chipset.
Submitted by: YOSHIMURA Hideaki <hideakiy@cs-tokyo01.chuosystem.co.jp> References: [bsd-nomads:13764]
Diffstat (limited to 'sys/i386/pci/pci_cfgreg.c')
-rw-r--r--sys/i386/pci/pci_cfgreg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c
index 0f49b63..0900eae 100644
--- a/sys/i386/pci/pci_cfgreg.c
+++ b/sys/i386/pci/pci_cfgreg.c
@@ -405,6 +405,9 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
case 0x71928086:
s = "Intel 82443BX host to PCI bridge (AGP disabled)";
break;
+ case 0x71948086:
+ s = "Intel 82443MX host to PCI bridge";
+ break;
case 0x71a08086:
s = "Intel 82443GX host to PCI bridge";
break;
OpenPOWER on IntegriCloud