Changeset 3007 for lm-sensors/trunk/doc/chips/adm9240
- Timestamp:
- 05/24/05 23:26:22 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/chips/adm9240 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/chips/adm9240
r3000 r3007 6 6 Supported chips: 7 7 * Analog Devices ADM9240 8 Prefix `adm9240'9 Addresses scanned: I2C 0x2c - 0x2f (inclusive)8 Prefix: 'adm9240' 9 Addresses scanned: I2C 0x2c - 0x2f 10 10 Datasheet: Publicly available at the Analog Devices website 11 11 * Dallas Semiconductor DS1780 12 Prefix `ds1780'13 Addresses scanned: I2C 0x2c - 0x2f (inclusive)12 Prefix: 'ds1780' 13 Addresses scanned: I2C 0x2c - 0x2f 14 14 Datasheet: Publicly available at the Dallas Semiconductor website 15 15 * National Semiconductor LM81 16 Prefix `lm81'17 Addresses scanned: I2C 0x2c - 0x2f (inclusive)16 Prefix: 'lm81' 17 Addresses scanned: I2C 0x2c - 0x2f 18 18 Datasheet: Publicly available at the National Semiconductor website 19 19 … … 57 57 58 58 The chips implement six voltage sensors, a temperature sensor, 59 two FANrotation speed sensors, VID lines and some miscellaneous stuff.59 two fan rotation speed sensors, VID lines and some miscellaneous stuff. 60 60 61 61 Temperatures are measured in degrees Celsius. An alarm is triggered whenever … … 65 65 has a resolution of 0.5 degrees, the limits of 1 degree. 66 66 67 F ANrotation speeds are reported in RPM (rotations per minute). An alarm is68 triggered if the rotation speed has dropped below a programmable limit. F AN67 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is 68 triggered if the rotation speed has dropped below a programmable limit. Fan 69 69 readings can be divided by a programmable divider (1, 2, 4 or 8) to give 70 the readings more range or accuracy. This is important because some FANs 71 report only one 'tick' each rotation, while others report two - making 72 all readings twice as high. Not all RPM values can accurately be represented, 73 so some rounding is done. With a divider of 2, the lowest representable 74 value is around 2600 RPM. 70 the readings more range or accuracy. Not all RPM values can accurately be 71 represented, so some rounding is done. With a divider of 2, the lowest 72 representable value is around 2600 RPM. 75 73 76 74 Voltage sensors (also known as IN sensors) report their values in volts. … … 88 86 The analog output can be programmed separatedly. It can take values 89 87 between 0 and 255. What it actually does is mainboard-dependent; it 90 might influence the FAN-speed. Please report to us whether this is88 might influence the fan speed. Please report to us whether this is 91 89 the case with your ADM9240. 92 90 … … 369 367 * fan_div (LM78_SYSCTL_FAN_DIV) 370 368 A list of two numbers, one for each fan. Each number can be either 1, 2, 371 4 or 8. It is the internal scaling factor used for the FANrotations. If372 you change this number, the FANreadings get more or less detailed, but369 4 or 8. It is the internal scaling factor used for the fan rotations. If 370 you change this number, the fan readings get more or less detailed, but 373 371 the range in which they can be read too. Higher numbers give better 374 372 resolution, but less range. The first two numbers can be changed, the
