Changeset 1808
- Timestamp:
- 06/22/03 16:26:56 (5 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r1806 r1808 87 87 Program lm_sensors.init: Call sensors -s in start() 88 88 Program mkpatch: Fix vt8231 compile; keep tsunami from menu on non-alpha; 89 add adm1026,lm85 support 89 Add adm1026,lm85 support; 90 Remove sensors.c file; add sensors_compat.h; 91 Remove patches to i2c-core.c and drivers/char/mem.c 90 92 Program p4b_smbus: Fix 'make install', install in same place as other modules 91 93 Program pwmconfig, pwmtest: New lm-sensors/trunk/README
r1777 r1808 11 11 !!! THIS PACKAGE REQUIRES i2c-2.8.0 or later!!! 12 12 13 FOR 2.5 KERNELS, we do not recommend attemptingto compile this package.13 FOR 2.5 KERNELS, Do not attempt to compile this package. 14 14 Use the drivers already in the 2.5 kernel development tree. 15 15 … … 20 20 Version 1 is now officially unsupported. 21 21 22 WARNING! This package will kernels 2.4.9 - 2.4.xx only.22 WARNING! This package will work on kernels 2.4.9 - 2.4.xx only. 23 23 Use lm_sensors-2.4.5 for 2.0 kernels. 24 24 Use lm_sensors-2.7.0 for 2.2, 2.3, and 2.4.0 - 2.4.8 kernels. 25 Use the kernel patches linked from our download page for 2.5 kernels. 25 Use the drivers already in the kernel for 2.5 kernels; if you need 26 additional drivers in 2.5 please port and submit them to us. 26 27 27 28 WARNING! You must get the latest i2c package, i2c-2.8.0, 28 29 EVEN IF your kernel does contain i2c support!!!!!!!!! 29 30 30 Kernels 2.3.34 and later, and all 2.4.x kernels, contain the 31 I2C package. Kernels 2.4.13 - 2.4.20 contain i2c-2.6.1, 32 which is NOT sufficient for compilation of this package. 31 The I2C package in existing 2.4 kernels is NOT sufficient 32 for compilation of this package. 33 33 34 See the lm_sensors download page for guidance: 34 ADDITIONALLY, i2c-2.8.0 is not API compatible to earlier i2c 35 releases due to struct changes; therefore you must NOT ENABLE 36 any other i2c drivers (e.g. bttv) in the kernel. 37 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv. 38 39 See the lm_sensors download page for further guidance: 35 40 http://secure.netroedge.com/~lm78/download.html 36 41 … … 82 87 TI THMC10 and THMC50 83 88 VIA Technologies VT1211 and VT82C686A/B embedded sensors 84 Winbond W83781D, W83782D, W83783S, W83627HF, and W83697HF 89 Winbond W83781D, W83782D, W83783S, W83791D, 90 W83627HF, W83627THF, and W83697HF 85 91 86 92
