From 4e0ccfb38237ff6ca5fbb471873500d6c3a15338 Mon Sep 17 00:00:00 2001 From: pirzyk Date: Fri, 21 Dec 2001 01:28:59 +0000 Subject: Add support for the Intel 82443MX chipset PR: kern/33032 MFC after: 1 month --- sys/dev/pci/isa_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/pci/isa_pci.c') diff --git a/sys/dev/pci/isa_pci.c b/sys/dev/pci/isa_pci.c index 7deec22..85ef75d 100644 --- a/sys/dev/pci/isa_pci.c +++ b/sys/dev/pci/isa_pci.c @@ -102,7 +102,7 @@ isab_probe(device_t dev) case 0x122e8086: /* Intel 82371FB */ case 0x70008086: /* Intel 82371SB */ case 0x71108086: /* Intel 82371AB */ - case 0x71988086: /* Intel 82371MX */ + case 0x71988086: /* Intel 82443MX */ case 0x24108086: /* Intel 82801AA (ICH) */ case 0x24208086: /* Intel 82801AB (ICH0) */ case 0x24408086: /* Intel 82801AB (ICH2) */ -- cgit v1.1