Changeset 508

Show
Ignore:
Timestamp:
07/22/99 12:58:05 (9 years ago)
Author:
frodo
Message:

Tidied up the TODO list.

Files:

Legend:

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

    r506 r508  
    1313============== 
    1414 
    15 * linux/Documentation/devices.txt lists i2c0, i2c1 etc. instead of i2c-0, i2c-1 
    1615* LM78 detection: Tom Webster has proven that the reset bit in the  
    1716  id register can be one (strange!) 
    18 * Check for kernel 2.0.8 warnings 
    19 * Increase use count of adapter driver if directory of chip is entered 
    2017* maxilife.c: Introduce new insmod variables 
    2118* maxilife.c: Round REG_TO_VID correctly 
     
    2724  sometimes, and there are some other minor problems, as indicated by 
    2825  Jonathan Bradshaw <jonathan@NrgUp.Com> 
    29 * Create wait-queues for bus locking instead of pure semaphores in the i2c 
    30   base modules, to make it more interactive (right now one process can  
    31   monopolize the entire adapter) 
    32 * Find some solution for block reads in smbus-on-i2c emulation code 
    33   We need a hack in the i2c level code for this :-( 
    34 * At least the bit-lp and bit-velle modules do no detection on loading; 
    35   ask Simon whether this is possible to add. 
    3626* Support 10-bit addresses. At this moment, they are supported nowhere, except 
    3727  in Simon Vogl's i2c modules. 
    38 * Change the i2c modules to keep the namespace clean (EXPORT_SYMBOL does not 
    39   work for us; many static declarations need to be added; better ask Simon 
    40   Vogl first) 
    41 * Make it SMP-safe: there are no spinlocks yet. They are needed at many 
    42   places, probably (everywhere where global vars are accessed). This must be 
    43   done for the i2c modules, too. 
    4428* Better general locking, or at least a once-over to check no race-conditions 
    4529  remain. This is part of the SMP-safeness, and can better be done at once. 
    46 * Register which i2c addresses are used (a la ISA) for each adapter. 
    4730* Test SIS5595(/91/98) sensor support. Write generic i2c support.  
    4831  Thomas Dickel <Thomas.Dickel@mni.fh-giessen.de> owns one SIS5595. 
     
    5437* gl518sm: Assume that new values are close to old values, so start with 
    5538  trying to use a small range near the old values (already partially done) 
     39* lm78: Quote (gtoumi@messel.emse.fr) 
     40  exept the ALARM signals in front of non-working/non-presents fans :  
     41  using the smbus adapter, the program sensors show the ALARM signal,  
     42  but not when it uses the isa adapter 
     43 
    5644 
    5745LIBRARY