Changeset 5083 for lm-sensors/trunk/prog/hotplug/unhide_ICH_SMBus
- Timestamp:
- 12/19/07 14:29:35 (4 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/hotplug/unhide_ICH_SMBus (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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
