Ticket #2276: sensors3.conf

File sensors3.conf, 1.3 kB (added by ticket, 7 months ago)
Line 
1 # Winbond W83627EHF configuration originally contributed by Leon Moonen
2 # This is for an Asus P5P800, voltages for A8V-E SE.
3 chip "w83627ehf-*" "w83627dhg-*"
4
5     label in0 "VCore"
6     label in1 "12V"
7     label in2 "AVCC"
8     label in3 "3VCC"
9     ignore in4
10     ignore in5
11     ignore in6
12     label in7 "VSB"
13     label in8 "VBAT"
14     ignore in9
15
16 # +12V is in1 and +5V is in6 as recommended by datasheet
17     compute in1 @*(1+(56/10)),  @/(1+(56/10))
18     compute in6 @*(1+(22/10)),  @/(1+(22/10))
19     set in1_min   12.0*0.9
20     set in1_max   12.0*1.1
21     set in6_min   5.0*0.95
22     set in6_max   5.0*1.05
23
24 # Set the 3.3V
25 #    set in2_min   3.3*0.95
26 #    set in2_max   3.3*1.05
27 #    set in3_min   3.3*0.95
28 #    set in3_max   3.3*1.05
29 #    set in7_min   3.3*0.95
30 #    set in7_max   3.3*1.05
31     set in8_min   3.3*0.95
32     set in8_max   3.3*1.05
33
34 # Fans
35    ignore fan1
36    label fan1      "Case Fan"
37    label fan2      "Aux Fan"
38    label fan3      "CPU Fan"
39 #  ignore fan3
40 #  ignore fan4
41    ignore fan5
42 #  set fan1_min    1200
43    set fan2_min    1300
44    set fan3_min    1300
45
46 # Temperatures
47    label temp1     "Sys Temp"
48    label temp2     "CPU Temp"
49    label temp3     "AUX Temp"
50
51 #  ignore temp3
52 #  set temp1_max       45
53 #  set temp1_max_hyst  40
54 #  set temp2_max       45
55 #  set temp2_max_hyst  40