Changeset 5537
- Timestamp:
- 12/07/08 16:28:42 (3 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 4 modified
-
lib/sensors.conf.5 (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
-
prog/eeprom/decode-dimms.pl (modified) (1 diff)
-
prog/eepromer/eeprom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/sensors.conf.5
r5341 r5537 207 207 with 208 208 .I N 209 being any number as b inded with a209 being any number as bound with a 210 210 .I bus 211 211 statement. You may substitute the wildcard operator -
lm-sensors/trunk/prog/detect/sensors-detect
r5518 r5537 1400 1400 ); 1401 1401 1402 # sigh special case for old sep erate FSC drivers to new merged one mapping1402 # sigh special case for old separate FSC drivers to new merged one mapping 1403 1403 @chip_oldfsc_ids = ( 1404 1404 { -
lm-sensors/trunk/prog/eeprom/decode-dimms.pl
r5389 r5537 413 413 } 414 414 415 sub prints ($) # print sep erator w/ given text415 sub prints ($) # print separator w/ given text 416 416 { 417 417 my ($label) = @_; -
lm-sensors/trunk/prog/eepromer/eeprom.c
r4570 r5537 153 153 fprintf(stderr,"\teeproms with more than 256 byte appear as if they\n"); 154 154 fprintf(stderr,"\twere several eeproms with consecutive addresses on the bus\n"); 155 fprintf(stderr,"\tso we might as well address several sep erate eeproms with\n");155 fprintf(stderr,"\tso we might as well address several separate eeproms with\n"); 156 156 fprintf(stderr,"\tincreasing addresses....\n\n"); 157 157 exit(1);
