summaryrefslogtreecommitdiff
path: root/prog/hotplug
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-12-19 13:27:40 +0000
committerJean Delvare <khali@linux-fr.org>2007-12-19 13:27:40 +0000
commit1b4d863eaa23c02e97c1ba054f7c15290e6ec16f (patch)
treebeed5388801a557f2018dae92e1269829150c612 /prog/hotplug
parent8f18d664475d26106b01a55528b5309f55960702 (diff)
downloadlm-sensors-git-1b4d863eaa23c02e97c1ba054f7c15290e6ec16f.tar.gz
Add support for the 82801AA (ICH).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5082 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'prog/hotplug')
-rwxr-xr-xprog/hotplug/unhide_ICH_SMBus5
1 files changed, 3 insertions, 2 deletions
diff --git a/prog/hotplug/unhide_ICH_SMBus b/prog/hotplug/unhide_ICH_SMBus
index ec8690f6..3b0034a6 100755
--- a/prog/hotplug/unhide_ICH_SMBus
+++ b/prog/hotplug/unhide_ICH_SMBus
@@ -10,6 +10,7 @@
#
# Supports the following Intel ICH chipsets:
# PCI ID
+# ICH 8086:2410
# ICH2 8086:2440
# ICH2-M 8086:244C
# ICH3 8086:2480
@@ -33,10 +34,10 @@ if [ -n "$smbus" ] ; then
exit
fi
-intel=`lspci -n -s $device.0 | grep -i '8086:24[48CD][0C]'`
+intel=`lspci -n -s $device.0 | grep -i '8086:24[148CD][0C]'`
if [ -z "$intel" ] ; then
echo "Not for your chipset - Intel (ICH) only"
- echo "Supported: ICH2, ICH2-M, ICH3, ICH3-M, ICH4, ICH4-M, ICH5"
+ echo "Supported: ICH, ICH2, ICH2-M, ICH3, ICH3-M, ICH4, ICH4-M, ICH5"
exit 255;
fi
modprobe fakephp &> /dev/null