Show
Ignore:
Timestamp:
06/02/06 20:49:23 (6 years ago)
Author:
khali
Message:

Add user-space support for abituguru. Patch from Hans de Goede.

Files:
1 modified

Legend:

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

    r3312 r4035  
    26182618   #set temp3_max   50 
    26192619   #set temp3_hyst  48 
     2620 
     2621 
     2622# Abit Uguru sensor part configuration. 
     2623# The Abit Uguru is relativly straight forward to configure. 
     2624# label statements: 
     2625# The voltage (in) temp and fan sensors are usualy in the same order as listed 
     2626# in the BIOS, but not always! 
     2627# compute statements: 
     2628# The temp and fan sensors don't need any compute statements. Most voltage 
     2629# inputs are directly connected to the IC and thus don't need an compute line 
     2630# because the 0-3494 mV voltage given by the kernel driver is correct. The sen- 
     2631# sors for higher voltages however are connect through a divider and measure 
     2632# ranges of: 0-4361mV, 0-6248mV or 0-14510mV. Thus the measured voltages must 
     2633# be multiplied by resp. 1.248, 1.788 or 4.153. 3.3 volt sources use the 1.248 
     2634# mutiplier, 5 volt the 1.788 and 12 volt the 4.153. 
     2635# set statements: 
     2636# The Abit BIOS sets reasonable treshholds and allows changing them, thus 
     2637# set statements may be ommited. The abituguru kernel driver does support 
     2638# them if you want to add them. 
     2639# 
     2640# The configuration below is for the Kv8Pro and AV8 this is the default as this 
     2641# driver is developed and tested on a Kv8Pro. 
     2642# Configurations for many other Abit boards can be found at: 
     2643# http://www.lm-sensors.org/trac/wiki/Configurations/Abit 
     2644# If your motherboard isn't listed there and you create a configuration for it 
     2645# please add it there. 
     2646 
     2647chip "abituguru-*" 
     2648 
     2649   label in0 "CPU Core Voltage" 
     2650   label in1 "DDR Voltage" 
     2651   label in2 "DDR VTT Voltage" 
     2652   label in3 "NB Voltage" 
     2653   label in4 "SB Voltage" 
     2654   label in5 "HyperTransport Voltage" 
     2655   label in6 "AGP VDDQ Voltage" 
     2656   label in7 "ATX +5V" 
     2657   compute in7 @*1.788 , @/1.788 
     2658   label in8 "ATX +3.3V" 
     2659   compute in8 @*1.248 , @/1.248 
     2660   label in9 "Standby Voltage (+5V)" 
     2661   compute in9 @*1.788 , @/1.788 
     2662   label in10 "3VDual Voltage" 
     2663   compute in10 @*1.248 , @/1.248 
     2664 
     2665   label temp1 "CPU Temperature" 
     2666   label temp2 "SYS Temperature" 
     2667   label temp3 "PWM Temperature" 
     2668   ignore temp4 
     2669   ignore temp5 
     2670   ignore temp6 
     2671   ignore temp7 
     2672 
     2673   label fan1 "CPU FAN Speed" 
     2674   label fan2 "NB FAN Speed" 
     2675   label fan3 "SYS FAN Speed" 
     2676   label fan4 "AUX1 FAN Speed" 
     2677   label fan5 "AUX2 FAN Speed" 
     2678   ignore fan6