Changeset 4579

Show
Ignore:
Timestamp:
07/07/07 18:55:47 (1 year ago)
Author:
jwrdegoede
Message:

add f71882fg sensors.conf.eg entry, add f71882fg and abituguru3 support to CHANGES

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r4574 r4579  
    1010           Add dme1737 support 
    1111           Add applesmc support 
     12           Add abituguru3 support 
     13           Add f71882fg support 
    1214           Add w83627ehf support (for Linux 2.4) 
    1315           Add support for the w83627ehf VID function 
     
    4042                   Add applesmc support 
    4143                   Add max6680 support 
     44                   Add abituguru3 support 
     45                   Add f71882fg support 
    4246                   Fix alignment of alarm for one-limit temperatures 
    4347                   Add w83627ehf support (for Linux 2.4) 
  • lm-sensors/trunk/etc/sensors.conf.eg

    r4412 r4579  
    28812881#   set fan5_min 1000 
    28822882#   set fan6_min 1000 
     2883 
     2884 
     2885# 
     2886# sample configuration for the Fintek f71882fg and f71883fg 
     2887# 
     2888# The configuration below is for the Epox EP-9U1697 GLI board, which has a 
     2889# Fintek f71883fg relabeled as Epox ep1308, this is the default config as this 
     2890# driver is developed and tested on an Epox EP-9U1697 GLI board. 
     2891# 
     2892# Premade configurations for other boards can be found at: 
     2893# http://www.lm-sensors.org/trac/wiki/Configurations/ 
     2894# If your motherboard isn't listed there and you create a configuration for it 
     2895# please add it there. 
     2896# 
     2897chip "f71882fg-*" 
     2898 
     2899# Temperature 
     2900    label temp1       "CPU" 
     2901    label temp2       "System" 
     2902    ignore temp3 
     2903 
     2904# Fans 
     2905    label fan1        "CPU" 
     2906    ignore fan2 
     2907    ignore fan3 
     2908    ignore fan4 
     2909 
     2910# Voltage 
     2911    label in0         "3.3V" 
     2912    label in1         "Vcore" 
     2913    label in2         "Vdimm" 
     2914    label in3         "Vchip" 
     2915    label in4         "+5V" 
     2916    label in5         "12V" 
     2917    label in6         "5VSB" 
     2918    label in7         "3VSB" 
     2919    label in8         "Batery" 
     2920 
     2921# never change the in0, in7 and in8 compute, these are hardwired in the chip! 
     2922    compute in0       (@ * 2), (@ / 2)  
     2923    compute in2       (@ * 2), (@ / 2) 
     2924    compute in3       (@ * 2), (@ / 2) 
     2925    compute in4       (@ * 5.25), (@ / 5.25) 
     2926    compute in5       (@ * 12.83), (@ / 12.83) 
     2927    compute in6       (@ * 5.25), (@ / 5.25) 
     2928    compute in7       (@ * 2), (@ / 2) 
     2929    compute in8       (@ * 2), (@ / 2)