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/pci/intpm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pci/intpm.c') diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c index 5937a02..5aa9c01 100644 --- a/sys/pci/intpm.c +++ b/sys/pci/intpm.c @@ -58,6 +58,7 @@ static struct _pcsid } pci_ids[] = { { 0x71138086,"Intel 82371AB Power management controller"}, + { 0x719b8086,"Intel 82443MX Power management controller"}, #if 0 /* Not a good idea yet, this stops isab0 functioning */ { 0x02001166,"ServerWorks OSB4 PCI to ISA Bridge"}, -- cgit v1.1