Changeset 1854

Show
Ignore:
Timestamp:
07/04/03 22:10:01 (5 years ago)
Author:
mds
Message:

updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r1846 r1854  
    1919 
    20202.8.0 (200307??) 
    21   NOTE: Requires i2c-2.8.0 or newer. 
    22   Dropped all kernel 2.2 and 2.3 compatibility; 2.4.9 or later required 
     21  NOTE: Requires i2c-2.8.0 or newer!!! 
     22  Dropped all kernel 2.2 and 2.3 compatibility; 2.4.9 or later required; 
     23                  2.4.13 or later required for mkpatch. 
    2324  File i2c-dev.h: Include userspace portion removed from i2c-dev.h in 
    2425                  i2c package 
    2526  File doc/chips/fscscy: Add watchdog documentation 
    2627  File sensors.conf.eg: Fix vt1211/vt8231 thermistor calculations 
     28  File sensors.h: Now automatically generated 
    2729  Library: Add support for exponents and logarithms for vt1211/vt8235 temps; 
    2830           add adm1026, lm83, lm85, w83791d support; 
     
    9597                   Add adm1026,lm85 support; 
    9698                   Remove sensors.c file; add sensors_compat.h; 
    97                    Remove patches to i2c-core.c and drivers/char/mem.c 
     99                   Remove patches to i2c-core.c and drivers/char/mem.c; 
     100                   Now works only for kernels 2.4.13 or later 
    98101  Program p4b_smbus: Fix 'make install'; 
    99102                     Install in same place as other modules; 
     
    109112                          Add support for w83l785ts, nForce2; 
    110113                          Fix UTF-8 incompatibility; 
    111                           Better support for lm75  
     114                          Better support for lm75; 
    112115                          Add support for lm83 
    113116 
  • lm-sensors/trunk/INSTALL

    r1809 r1854  
    44See QUICKSTART for the simple version. 
    55 
    6 REQUIRES i2c-2.8.0 or later!!! 
     6This package is ONLY for 2.4 kernels 2.4.9 or later !!! 
     7 
     8This package REQUIRES i2c-2.8.0 or later!!! 
    79 
    810FOR 2.5 KERNELS, Do not attempt to compile this package. 
     
    1214These are the installation instruction for the lm_sensors package. 
    1315 
    14 There are two ways in which you can compile and install this package. Each 
    15 has its own strong points. They are: 
     16There are two ways in which you can compile and install this package. 
     17Option 1 is much easier and is recommended. 
    1618 
    1719 1. Complete separate from kernel compilation 
     20    (only for 2.4 kernels 2.4.9 or later) 
    1821    This will generate a set of modules which can be inserted and removed 
    1922    as needed; nothing will be written into the kernel tree; 
    2023 
    2124 2. Patching of the kernel 
     25    (only for 2.4 kernels 2.4.13 or later) 
    2226    This will patch your kernel source tree. You must recompile your kernel 
    2327    to take advantage of this. But it makes it possible to compile drivers 
     
    4549========================== 
    4650 
    47 Note: as of kernel 2.3.34, the i2c code is integrated into the 
    48 mainstream kernels. Unfortunately, this lm_sensors release REQUIRES 
     51This lm_sensors release REQUIRES 
    4952i2c-2.8.0 or later, which is not in kernels through 2.4.21. 
    5053Therefore, you must download and install the i2c package with 
     
    7780how to fix this. 
    7881 
    79 NOTE: option 3 only works with 2.2 and 2.4 (2.4.0 and later) kernels
    80       option 1 and 2 also work with 2.3 kernels
     82NOTE: option 3 only works with 2.4 kernels 2.4.13 or later
     83      option 1 and 2 only work with 2.4 kernels 2.4.9 or later
    8184 
    8285 
  • lm-sensors/trunk/QUICKSTART

    r1809 r1854  
    1010Other methods are described in INSTALL. 
    1111------------------------------------------ 
     12 
     13  * Verify you are running a 2.4 kernel, 2.4.9 or later. 
    1214 
    1315  * Make sure you have the kernel tree corresponding to your current 
  • lm-sensors/trunk/README

    r1844 r1854  
    99OVERVIEW OF THE LM_SENSORS PACKAGE AND SUMMARY OF SUPPORTED DEVICES 
    1010 
     11           !!! This package is ONLY for 2.4 kernels 2.4.9 or later !!! 
    1112           !!! THIS PACKAGE REQUIRES i2c-2.8.0 or later!!! 
    1213