Changeset 1731

Show
Ignore:
Timestamp:
03/17/03 04:26:20 (6 years ago)
Author:
mds
Message:

updates

Files:

Legend:

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

    r1718 r1731  
    20202.8.0 (2003????) 
    2121  NOTE: Requires i2c-2.8.0 or newer. 
    22   Dropped all kernel 2.2 and 2.3 compatibility 
     22  Dropped all kernel 2.2 and 2.3 compatibility; 2.4.9 or later required 
    2323  File sensors.conf.eg: Fix vt1211/vt8231 thermistor calculations 
    24   Library: Add support for exponents and logarithms for vt1211/vt8235 temps 
     24  Library: Add support for exponents and logarithms for vt1211/vt8235 temps; 
     25           add lm85 support 
    2526  Makefiles: Generate warnings if new library won't be found by ld.so; 
    2627             Modules now install in kernel/drivers/i2c/[busses,chips] 
     28  Modules (all): Cleanups including 
     29                - Add #include <i2c-proc.h> 
     30                - C99 initializers 
     31                - Remove #ifdef MODULE 
     32                - Remove #ifndef THIS_MODULE 
     33                - Remove #ifndef MODULE_LICENSE 
     34                - Remove #include "sensors.h", copy SYSCTL defs to module 
     35                - Remove argument in i2c_register_entry() 
     36                - Remove dummy xxx_command() definition 
     37                - Remove EXPORT_NO_SYMBOLS 
     38                - Remove init_MUTEX #define 
     39                - Remove xxx_inc_use() and xxx_dec_use() functions 
     40                - Use module_init() and module_exit() 
     41                - Update to new i2c_driver struct definition 
    2742  Module adm1021: Set alarm on failed reads and report old value; 
    2843                  merge changes from kernel 2.5.54 
     44  Module bmcsensors: Fix compile when DEBUG=1 
    2945  Modules ddcmon, eeprom: Use i2c block reads if possible; 
    3046                          better error handling 
    3147  Module lm75: merge changes from kernel 2.5.54 
     48  Module lm85: New 
    3249  Module i2c-amd756: merge changes from kernel 2.5.54 
    3350  Module i2c-amd8111: merge changes from kernel 2.5.54 
     
    4158  Program mkpatch: Fix vt8231 compile; keep tsunami from menu on non-alpha 
    4259  Program pwmtest: New 
     60  Program sensors: add lm85 support 
    4361  Program sensors-detect: Add super i/o detection (smsc47m1, vt1211, 
    4462                          w83627hf, w83697hf) 
  • lm-sensors/trunk/version.h

    r1665 r1731  
    1 #define LM_DATE "20021208
    2 #define LM_VERSION "2.7.0
     1#define LM_DATE "2003????
     2#define LM_VERSION "2.8.0-CVS