Changeset 1066

Show
Ignore:
Timestamp:
04/10/01 01:11:53 (8 years ago)
Author:
mds
Message:

sis5595 doc updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/chips/SUMMARY

    r1017 r1066  
    101101 
    102102sis5595 
    103         sis5595         1      4      2       -       no      yes 
     103        sis5595         0-1    4-5    2       -       no      yes 
    104104 
    105105thmc50 
  • lm-sensors/trunk/doc/chips/sis5595

    r746 r1066  
    1515Module Parameters 
    1616----------------- 
    17  
    18 * force: short array (min = 1, max = 48) 
    19   List of adapter,address pairs to boldly assume to be present 
    20 * force_sis5595: short array (min = 1, max = 48) 
    21   List of adapter,address pairs which are unquestionably assumed to contain 
    22   a `sis5595' chip 
    23 * ignore: short array (min = 1, max = 48) 
    24   List of adapter,address pairs not to scan 
    25 * ignore_range: short array (min = 1, max = 48) 
    26   List of adapter,start-addr,end-addr triples not to scan 
    27 * probe: short array (min = 1, max = 48) 
    28   List of adapter,address pairs to scan additionally 
    29 * probe_range: short array (min = 1, max = 48) 
    30   List of adapter,start-addr,end-addr triples to scan additionally 
     17None 
    3118 
    3219 
     
    3421----------- 
    3522 
    36 The Sis5595 southbridge has integrated hardware monitor functionality
     23The Sis5595 southbridge has integrated hardware monitor functions
    3724It also has an I2C bus, but this driver only supports the hardware monitor. 
     25For the I2C bus driver see i2c-sis5595. 
    3826 
    39 The SiS5595 implements one temperature sensor, two FAN rotation speed 
    40 sensors, four voltage sensors and alarms. 
     27The SiS5595 implements zero or one temperature sensor, two FAN speed 
     28sensors, four or five voltage sensors, and alarms. 
     29 
     30The temperature sensor (temp) and the fifth voltage sensor (in4) share a pin 
     31which is configurable, but not through the driver. Sorry. 
     32The driver senses the configuration of the pin, which was hopefully 
     33set by the BIOS. 
     34If the temperature function is enabled, in4 will return 0. 
     35If the in4 function is enabled, temp will return 0. 
    4136 
    4237Temperatures are measured in degrees Celcius. An alarm is triggered once 
    43 when the Overtemperature Shutdown limit is crossed; it is triggered again 
    44 as soon as it drops below the Hysteresis value.  A more useful behaviour  
    45 can be found by setting the Hysteresis value to +127 degrees Celcius; in  
    46 this case, alarms are issued during all the time when the actual temperature 
    47 is above the Overtemperature Shutdown value. Measurements are guaranteed 
     38when the max is crossed; it is also triggered 
     39when it drops below the min value. 
     40Measurements are guaranteed 
    4841between -55 and +125 degrees, with a resolution of 1 degree. 
    4942 
     
    8982               in2               NONE               NONE     R     2 
    9083               in3               NONE               NONE     R     2 
     84               in4               NONE               NONE     R     2 
    9185           in0_min                in0                in0     RW    2 
    9286           in1_min                in1                in1     RW    2 
    9387           in2_min                in2                in2     RW    2 
    9488           in3_min                in3                in3     RW    2 
     89           in4_min                in4                in4     RW    2 
    9590           in0_max                in0                in0     RW    2 
    9691           in1_max                in1                in1     RW    2 
    9792           in2_max                in2                in2     RW    2 
    9893           in3_max                in3                in3     RW    2 
     94           in4_max                in4                in4     RW    2 
    9995              fan1               NONE               NONE     R     0 
    10096              fan2               NONE               NONE     R     0 
     
    113109               in2                     SENSORS_SIS5595_IN2                in2:3 
    114110               in3                     SENSORS_SIS5595_IN3                in3:3 
     111               in4                     SENSORS_SIS5595_IN4                in3:3 
    115112           in0_min                 SENSORS_SIS5595_IN0_MIN                in0:1 
    116113           in1_min                 SENSORS_SIS5595_IN1_MIN                in1:1 
    117114           in2_min                 SENSORS_SIS5595_IN2_MIN                in2:1 
    118115           in3_min                 SENSORS_SIS5595_IN3_MIN                in3:1 
     116           in4_min                 SENSORS_SIS5595_IN4_MIN                in4:1 
    119117           in0_max                 SENSORS_SIS5595_IN0_MAX                in0:2 
    120118           in1_max                 SENSORS_SIS5595_IN1_MAX                in1:2 
    121119           in2_max                 SENSORS_SIS5595_IN2_MAX                in2:2 
    122120           in3_max                 SENSORS_SIS5595_IN3_MAX                in3:2 
     121           in4_max                 SENSORS_SIS5595_IN4_MAX                in4:2 
    123122              fan1                    SENSORS_SIS5595_FAN1               fan1:2 
    124123              fan2                    SENSORS_SIS5595_FAN2               fan2:2