Changes between Version 1 and Version 2 of Configurations/SuperMicro/C7X58
- Timestamp:
- 10/04/10 14:27:56 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Configurations/SuperMicro/C7X58
v1 v2 9 9 # 10 10 # Board has two sensor chips, w83627dhg is not used for temperature, 11 # fans or voltage sensing. BIOS allows one to set w83795adg 12 # parameters, such as voltage or PWM fan control and default strategy. 11 # fans or voltage sensing. sensors-detect will suggest that you load the 12 # w83627ehf driver but you shouldn't. 13 # BIOS allows one to set w83795adg parameters, such as voltage or PWM fan 14 # control and default strategy. 13 15 # 14 16 … … 27 29 label in14 "Vbatt" 28 30 31 # The BIOS does not set the correct limits for VTT, but it is wired. 32 # Default to broad limits used on Asus boards, feel free to refine for your CPU. 33 set in11_min 0.770 34 set in11_max 1.538 35 29 36 label temp6 "System temperature" 30 37 label temp7 "CPU temperature" … … 32 39 compute in3 @*4, @/4 33 40 compute in4 @*6.62, @/6.62 34 compute in5 (@-2.048)*24.2 + 2.048, ( (@-2.048)/24.2)+ 2.04841 compute in5 (@-2.048)*24.2 + 2.048, (@-2.048)/24.2 + 2.048 35 42 36 43 chip "w83627dhg-*"
