# Date: 2006-07-24 # Reported by: Christian Hammers # Mainboard Manufactor: ASUSTeK Computer Inc. # Mainboard Model: P4P800-VM # Kernel: 2.6.17.6 # Comments: Only the most important values, not checked against BIOS. chip "w83627thf-*" "w83637hf-*" # Rather than an internal inverting op amp, the 627thf uses standard positive # inputs and the negative voltages are level shifted by a 3.6V reference # (same as 82d/83s). # The math is convoluted, so we hope that your motherboard # uses the recommended resistor values. # Note that in1 (+12V) is the usual in4, and in4 (-12V) is the usual in5. # Data sheet is obviously wrong for in4, the usual formula should work. # No in5 nor in6. label in0 "VCore" label in1 "+12V" label in2 "+3.3V" label in3 "+5V" ignore in4 label in7 "V5SB" ignore in8 ignore vid # Mori Hiroyuki reported to need this (P4P800) # compute in0 @/2, @*2 compute in1 ((28/10)+1)*@, @/((28/10)+1) compute in3 ((34/51)+1)*@, @/((34/51)+1) compute in4 (5.14*@)-14.91, (@+14.91)/5.14 compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1) # adjust this if your vid is wrong; see doc/vid # set vrm 9.0 # set limits to 5% for the critical voltages # set limits to 10% for the non-critical voltages # set limits to 20% for the battery voltage # if your vid is wrong, you'll need to adjust in0_min and in0_max set in0_min vid * 0.95 set in0_max vid * 1.05 set in1_min 12 * 0.90 set in1_max 12 * 1.10 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.90 set in4_max -12 * 1.10 set in7_min 5 * 0.95 set in7_max 5 * 1.05 set in8_min 3.0 * 0.80 set in8_max 3.0 * 1.20 label temp1 "M/B Temp" label temp2 "CPU Temp" ignore temp3 set temp1_over 65 set temp1_hyst 60 set temp2_over 65 set temp2_hyst 60 ignore fan1 label fan2 "CPU Fan" ignore fan3 set fan2_min 2000