summaryrefslogtreecommitdiffstats
path: root/sys/pci/intpm.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-03-15 06:56:51 +0000
committerpeter <peter@FreeBSD.org>2001-03-15 06:56:51 +0000
commit34ac568378c6a0f339a5524116ef450731cd2009 (patch)
tree5a784048e0a9727bf929a0a0dc43a5572b17b09a /sys/pci/intpm.c
parent8f6845da0b137b7242d58c7e5ee88b865d10a53e (diff)
downloadFreeBSD-src-34ac568378c6a0f339a5524116ef450731cd2009.zip
FreeBSD-src-34ac568378c6a0f339a5524116ef450731cd2009.tar.gz
Add a placeholder for the ServerWorks OSB4 device id. The SMBus
interface on this chip is compatable with the PIIX4. The catch is that this interferes with isab0 which wants to attach to the same PCI node. It seems to work, but we only tested it on systems with no ISA cards.
Diffstat (limited to 'sys/pci/intpm.c')
-rw-r--r--sys/pci/intpm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index ae0e2b4..f04325b 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -58,6 +58,10 @@ static struct _pcsid
} pci_ids[] =
{
{ 0x71138086,"Intel 82371AB Power management controller"},
+#if 0
+ /* Not a good idea yet, this stops isab0 functioning */
+ { 0x02001166,"ServerWorks OSB4 PCI to ISA Bridge"},
+#endif
{ 0x00000000, NULL }
};
OpenPOWER on IntegriCloud