Changeset 1066
- Timestamp:
- 04/10/01 01:11:53 (8 years ago)
- Files:
-
- lm-sensors/trunk/doc/chips/SUMMARY (modified) (1 diff)
- lm-sensors/trunk/doc/chips/sis5595 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/chips/SUMMARY
r1017 r1066 101 101 102 102 sis5595 103 sis5595 1 42 - no yes103 sis5595 0-1 4-5 2 - no yes 104 104 105 105 thmc50 lm-sensors/trunk/doc/chips/sis5595
r746 r1066 15 15 Module Parameters 16 16 ----------------- 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 17 None 31 18 32 19 … … 34 21 ----------- 35 22 36 The Sis5595 southbridge has integrated hardware monitor function ality.23 The Sis5595 southbridge has integrated hardware monitor functions. 37 24 It also has an I2C bus, but this driver only supports the hardware monitor. 25 For the I2C bus driver see i2c-sis5595. 38 26 39 The SiS5595 implements one temperature sensor, two FAN rotation speed 40 sensors, four voltage sensors and alarms. 27 The SiS5595 implements zero or one temperature sensor, two FAN speed 28 sensors, four or five voltage sensors, and alarms. 29 30 The temperature sensor (temp) and the fifth voltage sensor (in4) share a pin 31 which is configurable, but not through the driver. Sorry. 32 The driver senses the configuration of the pin, which was hopefully 33 set by the BIOS. 34 If the temperature function is enabled, in4 will return 0. 35 If the in4 function is enabled, temp will return 0. 41 36 42 37 Temperatures 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 38 when the max is crossed; it is also triggered 39 when it drops below the min value. 40 Measurements are guaranteed 48 41 between -55 and +125 degrees, with a resolution of 1 degree. 49 42 … … 89 82 in2 NONE NONE R 2 90 83 in3 NONE NONE R 2 84 in4 NONE NONE R 2 91 85 in0_min in0 in0 RW 2 92 86 in1_min in1 in1 RW 2 93 87 in2_min in2 in2 RW 2 94 88 in3_min in3 in3 RW 2 89 in4_min in4 in4 RW 2 95 90 in0_max in0 in0 RW 2 96 91 in1_max in1 in1 RW 2 97 92 in2_max in2 in2 RW 2 98 93 in3_max in3 in3 RW 2 94 in4_max in4 in4 RW 2 99 95 fan1 NONE NONE R 0 100 96 fan2 NONE NONE R 0 … … 113 109 in2 SENSORS_SIS5595_IN2 in2:3 114 110 in3 SENSORS_SIS5595_IN3 in3:3 111 in4 SENSORS_SIS5595_IN4 in3:3 115 112 in0_min SENSORS_SIS5595_IN0_MIN in0:1 116 113 in1_min SENSORS_SIS5595_IN1_MIN in1:1 117 114 in2_min SENSORS_SIS5595_IN2_MIN in2:1 118 115 in3_min SENSORS_SIS5595_IN3_MIN in3:1 116 in4_min SENSORS_SIS5595_IN4_MIN in4:1 119 117 in0_max SENSORS_SIS5595_IN0_MAX in0:2 120 118 in1_max SENSORS_SIS5595_IN1_MAX in1:2 121 119 in2_max SENSORS_SIS5595_IN2_MAX in2:2 122 120 in3_max SENSORS_SIS5595_IN3_MAX in3:2 121 in4_max SENSORS_SIS5595_IN4_MAX in4:2 123 122 fan1 SENSORS_SIS5595_FAN1 fan1:2 124 123 fan2 SENSORS_SIS5595_FAN2 fan2:2
