Changeset 2155
- Timestamp:
- 12/11/03 19:56:47 (5 years ago)
- Files:
-
- lm-sensors/trunk/etc/sensors.conf.eg (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/etc/sensors.conf.eg
r2154 r2155 649 649 chip "as99127f-*" 650 650 651 # Same as above for w83782d except that in5 and in6 negative voltages652 # are computed as in the w83781d.653 651 # Asus won't release a datasheet so this is guesswork. 654 652 # Thanks to Guntram Blohm, Jack, Ed Harrison, Artur Gawryszczak, … … 671 669 compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) 672 670 compute in4 ((28/10)+1)*@ , @/((28/10)+1) 671 # AS99127F rev.1 (same as w83781d) 673 672 compute in5 -(240/60.4)*@ , -@/(240/60.4) 674 # AS99127F675 673 compute in6 -(90.9/60.4)*@ , -@/(90.9/60.4) 674 # AS99127F rev.2 (same as w83782d) 675 # compute in5 (5.14 * @) - 14.91 , (@ + 14.91) / 5.14 676 # compute in6 (3.14 * @) - 7.71 , (@ + 7.71) / 3.14 676 677 # ASB100 Bach (contributed by Alex van Kaam) 678 # compute in5 -(240/60.4)*@ , -@/(240/60.4) 677 679 # compute in6 -(5/3)*@ , -@/(5/3) 678 680 … … 696 698 compute temp3 @*2.0, @/2.0 697 699 698 # ASB100's temp4 isn't supported yet.700 # ASB100's temp4 isn't supported by the w83781d driver. 699 701 700 702 # Most Asus boards have temperatures settled like that:
