# Date: 2006-06-19 # Reported by: Christian Hammers # Mainboard Manufactor: ASUSTeK Computer Inc. # Mainboard Model: K8VSEDX # Comments: Only the most important values. chip "w83697hf-*" label in0 "VCore" label in2 "+3.3V" label in3 "+5V" ignore in4 ignore in5 ignore in6 ignore in7 ignore in8 ignore fan1 label temp1 "Temp MB" label temp2 "Temp CPU" compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) # 697HF does not have VID inputs so you MUST set your core # voltage limits below. Currently set for 1.8V core. # vvv set in0_min 1.5 * 0.95 set in0_max 1.5 * 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 fan2_min 1000 set temp1_over 50 set temp1_hyst 47 set temp2_over 62 set temp2_hyst 57 ignore alarms