Changeset 1613
- Timestamp:
- 11/16/02 20:08:55 (6 years ago)
- Files:
-
- lm-sensors/trunk/lib/chips.c (modified) (2 diffs)
- lm-sensors/trunk/prog/doc/doc-features.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/lib/chips.c
r1612 r1613 3296 3296 SENSORS_BMC_TEMP1+2, SENSORS_MODE_RW, 3297 3297 BMC_SYSCTL_TEMP1+2, VALUE(1), 0 }, 3298 { SENSORS_BMC_TEMP1+3, "temp4", SENSORS_NO_MAPPING, SENSORS_NO_MAPPING, /* scalings from here down */ 3298 /* scalings from here down */ 3299 { SENSORS_BMC_TEMP1+3, "temp4", SENSORS_NO_MAPPING, SENSORS_NO_MAPPING, 3299 3300 SENSORS_MODE_R, BMC_SYSCTL_TEMP1+3, VALUE(3), 1 }, 3300 3301 { SENSORS_BMC_TEMP1_MIN+3, "temp4_min", SENSORS_BMC_TEMP1+3, … … 3332 3333 { 0 } 3333 3334 }; 3335 3334 3336 sensors_chip_features sensors_chip_features_list[] = 3335 3337 { lm-sensors/trunk/prog/doc/doc-features.pl
r1581 r1613 141 141 { 142 142 next unless $line =~ m/^\s*static\s+ctl_table/; 143 last if $line =~ m/;/; # Skip dynamic ctl_table 143 144 my @tokens = tokenize($line); 144 145
