summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
authornsouch <nsouch@FreeBSD.org>1999-01-25 19:34:27 +0000
committernsouch <nsouch@FreeBSD.org>1999-01-25 19:34:27 +0000
commita0771b15e7dbf40b838afc7a3e44ad9ea570c392 (patch)
treeeb3745fbb89f6ed40104c775576d581efa829d77 /sys/pci/pcisupport.c
parent97d216d6e1d00d3901281dc7c3fb25b0825c4e51 (diff)
downloadFreeBSD-src-a0771b15e7dbf40b838afc7a3e44ad9ea570c392.zip
FreeBSD-src-a0771b15e7dbf40b838afc7a3e44ad9ea570c392.tar.gz
Terminate commit for the Intel PIIX4 SMBus support. Already committed files
are sys/pci/intpm* Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index b502bbf..114e4b4 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.85 1998/12/23 14:28:37 foxfair Exp $
+** $Id: pcisupport.c,v 1.86 1998/12/27 07:59:25 foxfair Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -273,7 +273,7 @@ chipset_probe (pcici_t tag, pcidi_t type)
case 0x71108086:
return ("Intel 82371AB PCI to ISA bridge");
case 0x71138086:
- return ("Intel 82371AB Power management controller");
+ return NULL;
case 0x71908086:
return ("Intel 82443BX host to PCI bridge");
case 0x71918086:
@@ -362,7 +362,8 @@ chipset_probe (pcici_t tag, pcidi_t type)
return("AcerLabs M5247 PCI-PCI(AGP Supported) bridge");
case 0x524310b9:/* 5243 seems like 5247, need more info to divide*/
return("AcerLabs M5243 PCI-PCI bridge");
-
+ case 0x710110b9:
+ return("AcerLabs M15x3 Power Management Unit");
/* NEC -- vendor 0x1033 */
case 0x00011033:
OpenPOWER on IntegriCloud