Changeset 968
- Timestamp:
- 01/06/01 03:28:13 (12 years ago)
- Location:
- lm-sensors/trunk/doc/chips
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/chips/adm1021
r610 r968 219 219 Note: # - These flags stay high until the status register is read or they 220 220 are reset by POR. 221 * temp (ADM1021_SYSCTL_TEMP)221 * temp1 (ADM1021_SYSCTL_TEMP) 222 222 A list of three numbers. The first number is the Overtemperature Shutdown 223 223 value, the second number is Low limit value, and the third number is the … … 238 238 If accessed through sysctl, this is a list of longs, each being the 239 239 temperature times 10. 240 * remote_temp(ADM1021_SYSCTL_REMOTE_TEMP)241 Works exactly the same way as 'temp ', but uses an external temperature240 * temp2 (ADM1021_SYSCTL_REMOTE_TEMP) 241 Works exactly the same way as 'temp1', but uses an external temperature 242 242 probe for the sensing. The temperature probe is of a silicon diode type 243 243 and not of a thermal-resistive type. A probe can easily be made from a -
lm-sensors/trunk/doc/chips/thmc50
r746 r968 39 39 ----------- 40 40 41 The THMC50 implements: an internal temperature sensor s, support for an41 The THMC50 implements: an internal temperature sensor, support for an 42 42 external diode-type temperature sensor (compatible w/ the diode sensor inside 43 43 many processors), and a controllable fan/analog_out DAC. For the temperature … … 62 62 rw=read and writeable): 63 63 64 temp -- Three fields: [temp-os,rw] [temp-hyst,rw] [temp,ro]65 remote_temp-- Three fields: [temp-os,rw] [temp-hyst,rw] [temp,ro]64 temp1 (internal) -- Three fields: [temp-os,rw] [temp-hyst,rw] [temp,ro] 65 temp2 (remote) -- Three fields: [temp-os,rw] [temp-hyst,rw] [temp,ro] 66 66 67 67 temp-os, temp-hyst, and temp are whole degree integers representing degrees
