summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorpirzyk <pirzyk@FreeBSD.org>2001-12-21 01:28:59 +0000
committerpirzyk <pirzyk@FreeBSD.org>2001-12-21 01:28:59 +0000
commit4e0ccfb38237ff6ca5fbb471873500d6c3a15338 (patch)
treeb20f38829db5c4777f6c4577ca7b7afa89bbd359 /sys/pci
parent2463f40fc340e69b97e1ba3f1a7db47384b50a83 (diff)
downloadFreeBSD-src-4e0ccfb38237ff6ca5fbb471873500d6c3a15338.zip
FreeBSD-src-4e0ccfb38237ff6ca5fbb471873500d6c3a15338.tar.gz
Add support for the Intel 82443MX chipset
PR: kern/33032 MFC after: 1 month
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/intpm.c1
1 files changed, 1 insertions, 0 deletions
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"},
OpenPOWER on IntegriCloud