Show
Ignore:
Timestamp:
05/24/05 23:26:22 (7 years ago)
Author:
khali
Message:

Backport the cleanups and corrections Rudolf Marek and I did when
porting the chips documentation to Linux 2.6.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/chips/lm80

    r3000 r3007  
    55 
    66Supported chips: 
    7   * National Semiconductors LM80 
    8     Prefix `lm80' 
    9     Addresses scanned: I2C 0x20 - 0x2f (inclusive) 
     7  * National Semiconductor LM80 
     8    Prefix: 'lm80' 
     9    Addresses scanned: I2C 0x20 - 0x2f 
    1010 
    1111Author: Frodo Looijaard <frodol@dds.nl> and Philip Edelbrock 
     
    3434----------- 
    3535 
    36 This driver implements support for the National Semiconductors LM80. 
     36This driver implements support for the National Semiconductor LM80. 
    3737It is descibed as a `Serial Interface ACPI-Compatible Microprocessor 
    3838System Hardware Monitor'. 
    3939 
    40 The LM80 implements one temperature sensor, two FAN rotation speed sensors, 
     40The LM80 implements one temperature sensor, two fan rotation speed sensors, 
    4141seven voltage sensors, alarms, and some miscellaneous stuff. 
    4242 
     
    50500.0625 degrees; the limits have a resolution of 1 degree. 
    5151 
    52 FAN rotation speeds are reported in RPM (rotations per minute). An alarm is 
    53 triggered if the rotation speed has dropped below a programmable limit. FAN  
     52Fan rotation speeds are reported in RPM (rotations per minute). An alarm is 
     53triggered if the rotation speed has dropped below a programmable limit. Fan  
    5454readings can be divided by a programmable divider (1, 2, 4 or 8) to give 
    55 the readings more range or accuracy. This is important because some FANs 
    56 report only one 'tick' each rotation, while others report two - making 
    57 all readings twice as high. Not all RPM values can accurately be represented, 
    58 so some rounding is done. With a divider of 2, the lowest representable 
    59 value is around 2600 RPM. 
     55the readings more range or accuracy. Not all RPM values can accurately be 
     56represented, so some rounding is done. With a divider of 2, the lowest 
     57representable value is around 2600 RPM. 
    6058 
    6159Voltage ensors (also known as IN sensors) report their values in volts.