mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 05:48:07 +00:00
fix temp[23] for as99127f
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1495 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
f2f711d46a
commit
fb2861ffec
1
CHANGES
1
CHANGES
@ -18,6 +18,7 @@ ask CVS about it:
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
2.6.5 (2002????)
|
||||
File sensors.conf.eg: Fix temp[23] for as99127f
|
||||
Library: Fix fan3_div writes for w8378* and it87
|
||||
Module dmi_scan: new
|
||||
Module ds1621: Fix enable/disable
|
||||
|
@ -5,10 +5,10 @@
|
||||
# #
|
||||
# PLEASE READ THIS HELPFUL HINT!!! #
|
||||
# #
|
||||
# The 'set' lines (generally for min and max values) #
|
||||
# do not take effect until you run 'sensors -s' as root !!! #
|
||||
# We suggest you put 'sensors -s' in a /etc/rc.d/... file #
|
||||
# to be run at boot time after the modules are inserted !!! #
|
||||
# The 'set' lines (generally for min and max values) #
|
||||
# do not take effect until you run 'sensors -s' as root !!! #
|
||||
# We suggest you put 'sensors -s' in a /etc/rc.d/... file #
|
||||
# to be run at boot time after the modules are inserted !!! #
|
||||
# #
|
||||
##########################################################################
|
||||
#
|
||||
@ -505,7 +505,11 @@ chip "as99127f-*"
|
||||
compute in5 -(240/60.4)*@ , -@/(240/60.4)
|
||||
compute in6 -(90.9/60.4)*@ , -@/(90.9/60.4)
|
||||
|
||||
compute temp2 (@*30/43)+25, (@-25)*43/30
|
||||
# for at least 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?
|
||||
# compute temp2 (@*30/43)+25, (@-25)*43/30
|
||||
|
||||
# adjust this if your vid is wrong; see doc/vid
|
||||
# set vrm 9.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user