| | 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 | # |
| | 2897 | chip "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) |