Changeset 2184

Show
Ignore:
Timestamp:
12/16/03 02:45:40 (9 years ago)
Author:
mds
Message:

smart fan support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/TODO

    r2172 r2184  
    1111KERNEL MODULES 
    1212============== 
     13 
     14* Harmonize 'smart fan' support. 
     15  The following drivers support pwm. The ones that support 
     16  automatic or smart fan support are identified. 
     17  We have a /proc standard for manual PWM support that allows 
     18  for /proc based applications like pwmconfig and fancontrol 
     19  in our package. 
     20  Without a /proc standard for smart fan support such applications 
     21  are much more difficult. 
     22 
     23        Driver          Manual PWM      Smart fan 
     24        adm1026         standard        not supported 
     25        asb100          standard        ?? 
     26        it87            non-std         yes 
     27        lm85            standard        yes 
     28        vt1211          doesn't work    not supported 
     29        w83627hf        standard        not supported 
     30        w83781d         standard        not supported (791 only) 
     31 
     32  The following drivers are for chips that have manual PWM only. 
     33 
     34        Driver          Manual PWM 
     35        mtp008          standard 
     36        smsc47m1        standard 
     37        vt8231          standard 
     38        w83781d (except 791d)   standard 
    1339 
    1440* Assistance on how to fix module refcounting is welcome. 
     
    3763* Handle -1 returns from i2c layer rather than just delivering 0xFF to 
    3864  /proc and libsensors; report errors through /proc 'alarms' or 
    39   new 'fail' entry? 
     65  new 'fail' entry? See adm1021 for a partial example. 
     66 
    4067* Add string function in sensors.o 
    4168* ALL: cleanup_module is void; check also that cleaning up is done 
     
    98125 
    99126* Sensors program needs to print a + before lm75 temperatures 
    100 * Sensors program needs to be extended for many new chips 
    101127 
    102128