mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Added comments about temp2 on as99127f, thanks to the information
reported by Artur Gawryszczak and Michele Conte. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1715 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -534,12 +534,16 @@ chip "as99127f-*"
|
||||
compute in5 -(240/60.4)*@ , -@/(240/60.4)
|
||||
compute in6 -(90.9/60.4)*@ , -@/(90.9/60.4)
|
||||
|
||||
# for at least Asus A7V133/133-C
|
||||
# Depending on your motherboard, you have to choose between two formulae
|
||||
# for temp2:
|
||||
# - Asus A7V133/133-C
|
||||
compute temp2 @*2.0, @/2.0
|
||||
compute temp3 @*2.0, @/2.0
|
||||
# does anyone know a board for which the following is correct?
|
||||
# - Asus CUV4X (thanks go to Artur Gawryszczak)
|
||||
# - Asus A7V8X (thanks go to Michele Conte)
|
||||
# compute temp2 (@*30/43)+25, (@-25)*43/30
|
||||
|
||||
compute temp3 @*2.0, @/2.0
|
||||
|
||||
# adjust this if your vid is wrong; see doc/vid
|
||||
# set vrm 9.0
|
||||
|
||||
|
Reference in New Issue
Block a user