Changeset 4580

Show
Ignore:
Timestamp:
07/07/07 18:57:07 (6 years ago)
Author:
jwrdegoede
Message:

add f71882fg sensors.conf.eg entry

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/etc/sensors.conf.eg

    r4543 r4580  
    28492849#   set fan5_min 1000 
    28502850#   set fan6_min 1000 
     2851 
     2852 
     2853# 
     2854# sample configuration for the Fintek f71882fg and f71883fg 
     2855# 
     2856# The configuration below is for the Epox EP-9U1697 GLI board, which has a 
     2857# Fintek f71883fg relabeled as Epox ep1308, this is the default config as this 
     2858# driver is developed and tested on an Epox EP-9U1697 GLI board. 
     2859# 
     2860# Premade configurations for other boards can be found at: 
     2861# http://www.lm-sensors.org/trac/wiki/Configurations/ 
     2862# If your motherboard isn't listed there and you create a configuration for it 
     2863# please add it there. 
     2864# 
     2865chip "f71882fg-*" 
     2866 
     2867# Temperature 
     2868    label temp1       "CPU" 
     2869    label temp2       "System" 
     2870    ignore temp3 
     2871 
     2872# Fans 
     2873    label fan1        "CPU" 
     2874    ignore fan2 
     2875    ignore fan3 
     2876    ignore fan4 
     2877 
     2878# Voltage 
     2879    label in0         "3.3V" 
     2880    label in1         "Vcore" 
     2881    label in2         "Vdimm" 
     2882    label in3         "Vchip" 
     2883    label in4         "+5V" 
     2884    label in5         "12V" 
     2885    label in6         "5VSB" 
     2886    label in7         "3VSB" 
     2887    label in8         "Batery" 
     2888 
     2889# never change the in0, in7 and in8 compute, these are hardwired in the chip! 
     2890    compute in0       (@ * 2), (@ / 2)  
     2891    compute in2       (@ * 2), (@ / 2) 
     2892    compute in3       (@ * 2), (@ / 2) 
     2893    compute in4       (@ * 5.25), (@ / 5.25) 
     2894    compute in5       (@ * 12.83), (@ / 12.83) 
     2895    compute in6       (@ * 5.25), (@ / 5.25) 
     2896    compute in7       (@ * 2), (@ / 2) 
     2897    compute in8       (@ * 2), (@ / 2)