Changeset 2026
- Timestamp:
- 10/27/03 02:26:44 (5 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/Makefile (modified) (1 diff)
- lm-sensors/trunk/doc/progs (modified) (3 diffs)
- lm-sensors/trunk/prog/eeprom/Module.mk (added)
- lm-sensors/trunk/prog/pwm/Module.mk (added)
- lm-sensors/trunk/prog/xeon/Module.mk (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r2017 r2026 18 18 ----------------------------------------------------------------------------- 19 19 2.8.2 (???) 20 Library: Fix bmcsensors scaling, increase number of sensors 20 Library: Fix bmcsensors scaling, increase number of sensors; 21 Add w83627thf support; Advance version to 2.0.2 22 Makefiles: Install burntest, fancontrol, pwmconfig, decode-*.pl 21 23 Module i2c-sis630: sync with 2.6.0-X driver version. 22 24 Module bmcsensors: Fix voltage scaling, voltage and fan limits 25 Program sensors-detect: Prefer Super I/O drivers; 26 Fix w83627hf detection 23 27 24 28 lm-sensors/trunk/Makefile
r1974 r2026 153 153 SRCDIRS := mkpatch 154 154 SRCDIRS += kernel kernel/busses kernel/chips kernel/include 155 SRCDIRS += lib prog/sensors prog/dump prog/detect ${PROG_EXTRA:%=prog/%} etc 155 SRCDIRS += lib prog/detect prog/dump prog/eeprom prog/pwm \ 156 prog/sensors prog/xeon ${PROG_EXTRA:%=prog/%} etc 156 157 157 158 # Some often-used commands with default options lm-sensors/trunk/doc/progs
r1858 r2026 77 77 ./isadump 0x295 0x296 78 78 79 * prog/eeprom/decode-dimms.pl (written in Perl 5, not installed)79 * prog/eeprom/decode-dimms.pl (written in Perl 5, installed by 'make install') 80 80 This program decodes the information generated by the `eeprom.o' module. 81 81 It will only work for the installed eeprom module from the src/ directory, 82 82 not for the old one in the i2c/drivers/ directory. 83 83 84 * prog/eeprom/decode-vaio.pl (written in Perl 5, not installed)84 * prog/eeprom/decode-vaio.pl (written in Perl 5, installed by 'make install') 85 85 This program decodes the information in a Sony Vaio laptop 86 86 identification eeprom at 0x57. … … 120 120 you run it, as you may need to set some variables first. 121 121 122 * prog/pwm/pwmconfig (shell script, not installed)122 * prog/pwm/pwmconfig (shell script, installed by 'make install') 123 123 Formerly pwmtest, tests the pwm (pulse width modulation) outputs of sensors 124 124 for their effect on the fans and helps to setup the configfile for fancontrol. 125 125 126 * prog/pwm/fancontrol (shell script, not installed)126 * prog/pwm/fancontrol (shell script, installed by 'make install') 127 127 Controls fanspeeds responding to changes on temperature sensors. 128 128 Configuration through pwmconfig. … … 149 149 See prog/tellerstats/README for more information. 150 150 151 * prog/xeon/decode-xeon.pl (written in Perl, not installed)151 * prog/xeon/decode-xeon.pl (written in Perl, installed by 'make install') 152 152 ID ROM data decoding for Xeon processors.
