Changeset 133

Show
Ignore:
Timestamp:
12/28/98 19:39:40 (14 years ago)
Author:
frodo
Message:

TODO update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/TODO

    r78 r133  
    33* At least the bit-lp and bit-velle modules do no detection on loading; 
    44  ask Simon whether this is possible to add. 
    5 * Check whether the FAN count divisors in the lm78 module are correct 
    6   (probably not!); correct gl518sm changed-fan_div_but_did_not_update_fans 
    7 * Wouldn't it be better to display all natural voltages for the LM78 chip, 
    8   and do *all* conversions through a user program? 
    95* kmalloc with GFP_KERNEL can cause a context switch! Check whether this is 
    106  safe everywhere it is used. 
     
    2723* How to make drivers detect thing *not*; for example, if a Winbond is  
    2824  present, the LM75 driver should not try to access its simulated 
    29   LM75 chips (in this case, simply disable them - but what if the LM75 
    30   driver was loaded first?). 
     25  LM75 chips. 
    3126* Write a userland-library for SMBus/i2c access (through the /dev interface) 
    3227* Write a userland detection program for busses (clients are less important;