Show
Ignore:
Timestamp:
08/09/03 20:46:17 (10 years ago)
Author:
khali
Message:

Big update.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r1935 r1951  
    1919 
    20202.8.1 (2003????) 
    21   File sensors.conf.eg: Improved adm1035 section 
     21  NOTE: Requires i2c-2.8.1 or newer! 
     22  File sensors.conf.eg: Improved adm1025 section 
     23                        Default temp labels for as99127f 
     24  File doc/chips/SUMMARY: Add SMSC manufacturer ID 
    2225  File doc/chips/adm1025: Add decent documentation (almost new) 
    2326  File doc/chips/lm83: Known motherboards list update 
     
    2528           Swap adm1025 temp1 and temp2 to match the driver's order 
    2629           Advance version to 2.0.1 
    27   Modules (various): Fix includes for compilation on Alpha. 
    28   Module saa1064: New. 
    29   Program decode-dimms.pl: Add Direct Rambus (DRDRAM) 
    30                            Mark Rambus as unsupported 
    31   Program decode-edid.pl: New 
    32                           Interfaces between our eeprom module and 
    33                           parse-edid from the read-edid project 
    34   Program sensord: Add support for IT87 (Mike Black) 
    35                    Change ADM1025 support to match the changes made to 
    36                    the library 
    37   Program sensors: Rewrite and enhance EEPROM support 
    38                    Change ADM1025 support to match the changes made to 
    39                    the library 
    40                                    Add DRDRAM support to print_eeprom 
    41   Program sensors-detect: Add support for PCF8574, PCF8574A, SAA1064; 
    42                           Add support for LM82, LM86, LM89; 
    43                           Improved W83781D family detection; 
    44                           Add support for AS19927F rev.2, ASB100 Bach 
    45                           Add support for Asus Mozart-2 (3 types) 
    46                           Add support for NE1619 
     30  Makefile: Move LINUX_HEADERS from ALL_CPPFLAGS to MODCPPFLAGS 
     31  Modules (various): Fix includes for compilation on Alpha 
     32                     Use the new i2c_delay function instead of the various 
     33                     do_pause functions 
     34  Module i2c-ali15x3: Fix resource leak (Daniele Bellucci) 
     35  Module i2c-nforce2: Cleanups 
    4736  Module i2c-sis630: Fix detection 
    4837                     Add block data read/write support 
    4938  Module i2c-sis645: Detection method change/bugfix 
     39  Module i2c-viapro: Prevent buffer overrun (Sergey Vlasov) 
    5040  Module adm1025: Major driver update 
    5141                  Add support for Philips NE1619 
     
    6151                 Add checksum parameter (same as for the eeprom module) 
    6252                 Fix monitor limits 
     53  Module eeprom: Ignore Sony Vaio EEPROMs with a password set 
     54  Module lm78: Fix a fan_div/fan_lin bug 
     55  Module saa1064: New 
    6356  Module w83781d: Enhance chip detection 
    64    
     57  Program decode-dimms.pl: Add Direct Rambus (DRDRAM) 
     58                           Mark Rambus as unsupported 
     59  Program decode-edid.pl: New 
     60                          Interfaces between our eeprom module and 
     61                          parse-edid from the read-edid project 
     62  Program sensord: Add support for IT87 (Mike Black) 
     63                   Change ADM1025 support to match the changes made to 
     64                   the library 
     65  Program sensors: Rewrite and enhance EEPROM support 
     66                   Change ADM1025 support to match the changes made to 
     67                   the library 
     68                   Add DRDRAM support to print_eeprom 
     69                   Exit(1) on /proc write failure (Malte Starostik) 
     70  Program sensors-detect: Add support for PCF8574, PCF8574A, SAA1064 
     71                          Add support for LM82, LM86, LM89 
     72                          Improved W83781D family detection 
     73                          Add support for AS19927F rev.2, ASB100 Bach 
     74                          Add support for Asus Mozart-2 (3 types) 
     75                          Add support for NE1619 
     76                          Make sure /sbin is in the user's path 
     77                          Fix EEPROM detection 
     78                          Automatic module.conf and /dev/i2c* detection 
     79                          Improve LM82 and LM83 detection 
     80                          Handle "to-be-written" cleanly 
     81                           
    6582 
    6683