summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci/pci_cfgreg.c
diff options
context:
space:
mode:
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