Changeset 1430
- Timestamp:
- 07/09/02 11:36:06 (6 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (2 diffs)
- lm-sensors/trunk/CONTRIBUTORS (modified) (1 diff)
- lm-sensors/trunk/README (modified) (1 diff)
- lm-sensors/trunk/lib/data.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r1409 r1430 20 20 2.6.4 (2002????) 21 21 NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer. 22 Module lm92: new 22 23 File doc/vid: New 23 24 File include/sensors_vid.h: New … … 49 50 Program sensors: Recognize DDR SDRAM; add adm1025 VID; add -A 50 51 (don't display algo. and adap.) option; 51 support vt1211 52 support vt1211 52 53 Program sensors-detect: Add VT8231, VT8233A, several S3 devices; 53 54 add 82801DB, LM85; fix perl warnings lm-sensors/trunk/CONTRIBUTORS
r1253 r1430 67 67 * Aurelien Jarno <aurelien@aurel32.net> 68 68 Author of the pcf8591 driver. 69 * Abraham vd Merwe <abraham@2d3d.co.za> 70 Author of the LM92 driver. 69 71 lm-sensors/trunk/README
r1397 r1430 67 67 Myson MTP008 68 68 National Semiconductor LM75, LM77, LM78, LM78-J, LM79, 69 LM80, LM81, LM84, and LM8769 LM80, LM81, LM84, LM87, and LM92 70 70 Philips NE1617, NE1617A 71 71 SiS 5595, 950 embedded sensors lm-sensors/trunk/lib/data.h
r676 r1430 128 128 /* Internal data about a single chip feature. 129 129 name is the string name used to refer to this feature (both in config 130 files and through user functions);130 files and through user functions); 131 131 number is the internal feature number, used in many functions to refer 132 132 to this feature 133 logical_mapping is either SENSORS_NO_MAPPING i sthis is feature is the133 logical_mapping is either SENSORS_NO_MAPPING if this is feature is the 134 134 main element of category; or it is the number of a feature with which 135 135 this feature is logically grouped (a group could be fan, fan_max and … … 139 139 fan_max, but not fan_div) 140 140 mode is SENSORS_MODE_NO_RW, SENSORS_MODE_R, SENSORS_MODE_W or 141 SENSORS_MODE_RW, for unaccessible, readable, writable, and both readable142 and writable.141 SENSORS_MODE_RW, for unaccessible, readable, writable, and both readable 142 and writable. 143 143 sysctl is the SYSCTL id of the file the value can be found in; 144 offset is the (byte) offset of the place this feature can be found;145 Divide the read value by 10**scaling to get the real value */144 offset is the (byte) offset of the place this feature can be found; 145 Divide the read value by 10**scaling to get the real value */ 146 146 typedef struct sensors_chip_feature { 147 147 int number;
