Changeset 5083
- Timestamp:
- 12/19/07 14:29:35 (1 year ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/prog/hotplug/unhide_ICH_SMBus (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5081 r5083 32 32 detection 33 33 Improve sysconfig and modprobe.d integration 34 Program unhide_ICH_SMBus: Add support for the 82801AA (ICH) 34 35 35 36 2.10.5 (20071024) lm-sensors/trunk/prog/hotplug/unhide_ICH_SMBus
r4943 r5083 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
