Changeset 133
- Timestamp:
- 12/28/98 19:39:40 (10 years ago)
- Files:
-
- lm-sensors/trunk/TODO (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/TODO
r78 r133 3 3 * At least the bit-lp and bit-velle modules do no detection on loading; 4 4 ask Simon whether this is possible to add. 5 * Check whether the FAN count divisors in the lm78 module are correct6 (probably not!); correct gl518sm changed-fan_div_but_did_not_update_fans7 * Wouldn't it be better to display all natural voltages for the LM78 chip,8 and do *all* conversions through a user program?9 5 * kmalloc with GFP_KERNEL can cause a context switch! Check whether this is 10 6 safe everywhere it is used. … … 27 23 * How to make drivers detect thing *not*; for example, if a Winbond is 28 24 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. 31 26 * Write a userland-library for SMBus/i2c access (through the /dev interface) 32 27 * Write a userland detection program for busses (clients are less important;
