Changeset 47

Show
Ignore:
Timestamp:
12/08/98 00:57:51 (10 years ago)
Author:
frodo
Message:

Documentation update

Files:

Legend:

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

    r8 r47  
    11This package could not have been created without the help of many, many people. 
    2 The most notable contributors are listed below. 
     2The most notable contributors are listed below. You are probably best of 
     3to mail <lm78@stimpy.netroedge.com> if you have questions, suggestions or 
     4problems. 
    35 
    46* Alexander Larsson <alla@lysator.liu.se> 
     
    1315* Frodo Looijaard <frodol@dds.nl> 
    1416  Took up the development of Alex' lm78 module. Large pieces of code were 
    15   written by him. Designed lm_sensors version 2. 
     17  written by him. Designed lm_sensors version 2, and wrote most of its 
     18  core code. 
    1619* William Morgan <wmorgan@cmu.edu> 
    1720  Helped with some patches in lm_sensors version 1. He provided us with 
  • lm-sensors/trunk/TODO

    r43 r47  
    11Many, many things. Most notably: 
    22 
    3 * Support 10-bit addresses. At this moment, they are supported nowhere  
     3* Support 10-bit addresses. At this moment, they are supported nowhere, except 
     4  in Simon Vogl's i2c modules. 
    45* Change the i2c modules to keep the namespace clean (EXPORT_SYMBOL does not 
    56  work for us; many static declarations need to be added; better ask Simon 
    67  Vogl first) 
    78* Make it SMP-safe: there are no spinlocks yet. They are needed at many 
    8   places, probably (everywhere where global vars are accessed). 
     9  places, probably (everywhere where global vars are accessed). This must be 
     10  done for the i2c modules, too. 
    911* Extend sensors.c with a file /proc/sys/dev/sensors/chips, which lists 
    1012  all directories under /proc/sys/dev/sensors with their SYSCTL id 
    1113  (needed for good sysctl access). 
    12 * Write smbus_access_i2c in smbus.c 
     14* Extend the mod_inc_use/mod_dec_use through the fill_inode trick, for all 
     15  new /proc files. 
    1316* Make lm78.c detect 'double hits', (same chip connected to both SMBus and 
    1417  ISA). 
  • lm-sensors/trunk/doc/modules

    r24 r47  
    6161 
    6262lm78: sensors smbus i2c-core 
    63   LM78 (and LM78-J, LM79) chip driver 
     63  LM78, LM78-J and LM79 chip driver 
     64 
     65lm75: sensors smbus i2c-core 
     66  LM75 chip driver 
    6467 
    6568(To do: i2c modules)