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