Changeset 5082
- Timestamp:
- 12/19/07 14:27:40 (5 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/hotplug/unhide_ICH_SMBus (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5080 r5082 15 15 sensors-detect: Drop PCA9540 detection 16 16 Improve sysconfig and modprobe.d integration 17 unhide_ICH_SMBus: Add support for the 82801AA (ICH) 17 18 18 19 3.0.0 (2007-11-24) -
lm-sensors/branches/lm-sensors-3.0.0/prog/hotplug/unhide_ICH_SMBus
r4944 r5082 11 11 # Supports the following Intel ICH chipsets: 12 12 # PCI ID 13 # ICH 8086:2410 13 14 # ICH2 8086:2440 14 15 # ICH2-M 8086:244C … … 34 35 fi 35 36 36 intel=`lspci -n -s $device.0 | grep -i '8086:24[ 48CD][0C]'`37 intel=`lspci -n -s $device.0 | grep -i '8086:24[148CD][0C]'` 37 38 if [ -z "$intel" ] ; then 38 39 echo "Not for your chipset - Intel (ICH) only" 39 echo "Supported: ICH 2, ICH2-M, ICH3, ICH3-M, ICH4, ICH4-M, ICH5"40 echo "Supported: ICH, ICH2, ICH2-M, ICH3, ICH3-M, ICH4, ICH4-M, ICH5" 40 41 exit 255; 41 42 fi
