2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Default configuration section for LM85-like chips.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2491 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-04-29 19:53:27 +00:00
parent 4d095e0921
commit dbc993ac93

View File

@@ -1953,3 +1953,75 @@ chip "asb100-*"
set fan3_div 2 set fan3_div 2
set fan3_min 4000 set fan3_min 4000
#
# Sample configuration for the Intel S845WD1-E
# courtesy of Marcus Schopen
#
chip "lm85c-*" "adm1027-*" "adt7463-*" "lm85-*" "lm85b-*"
<EFBFBD> <20>set temp1_max 50
# Voltage inputs
<EFBFBD> <20>label in0 <20> "V1.5" <20> <20> <20># AGP on Intel S845WD1-E
<EFBFBD> <20>label in1 <20> "VCore"
<EFBFBD> <20>label in2 <20> "V3.3"
<EFBFBD> <20>label in3 <20> "V5"
<EFBFBD> <20>label in4 <20> "V12"
# Temperature inputs
<EFBFBD> <20>label temp1 <20>"CPU"
<EFBFBD> <20>label temp2 <20>"Board"
<EFBFBD> <20>label temp3 <20>"Remote"
# Fan inputs
<EFBFBD> <20>label fan1 <20> "CPU_Fan"
# <20> label fan2 <20> "Fan2"
# <20> label fan3 <20> "Fan3"
# <20> label fan4 <20> "Fan4"
# PWM Outputs
<EFBFBD> <20>label pwm1 <20> "CPU_PWM"
<EFBFBD> <20>label pwm2 <20> "Fan2_PWM"
<EFBFBD> <20>label pwm3 <20> "Fan3_PWM"
# Voltage scaling is done on-chip. <20>No 'compute' directive
# should be necessary. <20>If in0 has external scaling set
# it here.
# <20> compute in0 <20>@ * 2.5, <20> @ / 2.5
# Adjust fans speeds for actual pulses per rev
#<23> compute fan1 <20>@ * 2, <20>@ / 2 <20> <20># 1 pulse per rev
# <20> set fan1_ppr <20>1 <20> <20> <20> <20> <20> <20> <20> <20># ADM1027 or ADT7463
#<23> compute fan2 <20>@ / 2, <20>@ * 2 <20> <20># 4 pulse per rev
# <20>set fan2_ppr <20>4 <20> <20> <20> <20> <20> <20> <20> <20># ADM1027 or ADT7463
<EFBFBD> <20>ignore fan2
<EFBFBD> <20>ignore fan3
<EFBFBD> <20>ignore fan4
# Set VRM version
<EFBFBD> <20>set vrm <20>9.1 <20> # Pentium 4
# Set voltage limits
<EFBFBD> <20>set in0_min <20>1.5 * 0.95
<EFBFBD> <20>set in0_max <20>1.5 * 1.05
<EFBFBD> <20>set in1_min <20>vid * 0.95
<EFBFBD> <20>set in1_max <20>vid * 1.05
<EFBFBD> <20>set in2_min <20>3.3 * 0.95
<EFBFBD> <20>set in2_max <20>3.3 * 1.05
<EFBFBD> <20>set in3_min <20>5.0 * 0.95
<EFBFBD> <20>set in3_max <20>5.0 * 1.05
<EFBFBD> <20>set in4_min <20> 12 * 0.95
<EFBFBD> <20>set in4_max <20> 12 * 1.05
# Set Fan limits
<EFBFBD> <20>set fan1_min 4000
# Set Temp Limits
<EFBFBD> <20>set temp1_min 10
<EFBFBD> <20>set temp1_max 50
<EFBFBD> <20>set temp2_min 10
<EFBFBD> <20>set temp2_max 35
<EFBFBD> <20>set temp3_min 10
<EFBFBD> <20>set temp3_max 35