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

Set via686a voltage limits.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2771 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-11-25 19:40:09 +00:00
parent d57ea204c6
commit f7d00ae81d

View File

@@ -1055,11 +1055,21 @@ chip "via686a-*"
label temp3 "SBr Temp"
#ignore temp3
# Set your CPU core limits here. For the other voltage sensors, the
# built-in defaults should be fine.
# Set your CPU core limits here if the BIOS did not.
set in0_min 2.0
set in0_max 2.5
#set in0_min 1.70 * 0.95
#set in0_max 1.70 * 1.05
# Other voltage values are standard so we can enforce the limits.
set in1_min 2.5 * 0.95
set in1_max 2.5 * 1.05
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
set in3_min 5 * 0.9
set in3_max 5 * 1.1
set in4_min 12 * 0.9
set in4_max 12 * 1.1
# Set your temp limits here. Remember, 'tempX_over' is the temp at which an
# alarm is triggered, and 'tempX_hyst' is the temp at which an alarm turns off.