Changeset 2572
- Timestamp:
- 05/31/04 06:23:24 (9 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r2561 r2572 52 52 Ensure that temp2 and in4 are not used at the same time 53 53 Module i2c-i801: Support 6300ESB and ICH6 54 Module i2c-piix4: Don't blacklist IBM with Serverworks chip 54 55 Module i2c-sis645: Add support for SiS655 55 56 Module it87: Discard non-standard Super-I/O exit sequence (Bjorn Mork) … … 83 84 Programs pwmconfig, fancontrol: Switch to new sysfs naming scheme 84 85 Program fancontrol: restore fans on TERM and KILL (Stephen Kitt) 86 Program fancontrol.pl: New 85 87 Program i2cdetect: Adapt probing method to address 86 88 Add -q and -r flags to force probing methods … … 117 119 Support GeForce FX 5900 video cards 118 120 Fix devfs misdetection (Aurelien Jarno) 121 Detect 6300ESB, ICH6 119 122 Fix double detection of ISA chips 120 123 Support MAX1619 -
lm-sensors/trunk/doc/progs
r2117 r2572 124 124 Configuration through pwmconfig. 125 125 126 * prog/pwm/fancontrol.pl (perl script, installed by 'make install') 127 Reimplementation of fancontrol in perl, with self-daemonizing. 128 126 129 * prog/rrd/sens_update_rrd (written in bash, not installed) 127 130 This script gathers sensors data and adds it to a round robin database -
lm-sensors/trunk/prog/pwm/Module.mk
r2189 r2572 20 20 21 21 PROGPWMTARGETS := $(MODULE_DIR)/fancontrol \ 22 $(MODULE_DIR)/fancontrol.pl \ 22 23 $(MODULE_DIR)/pwmconfig 23 24
