- Timestamp:
- 12/19/07 14:27:40 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
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
