Changeset 508
- Timestamp:
- 07/22/99 12:58:05 (9 years ago)
- Files:
-
- lm-sensors/trunk/TODO (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/TODO
r506 r508 13 13 ============== 14 14 15 * linux/Documentation/devices.txt lists i2c0, i2c1 etc. instead of i2c-0, i2c-116 15 * LM78 detection: Tom Webster has proven that the reset bit in the 17 16 id register can be one (strange!) 18 * Check for kernel 2.0.8 warnings19 * Increase use count of adapter driver if directory of chip is entered20 17 * maxilife.c: Introduce new insmod variables 21 18 * maxilife.c: Round REG_TO_VID correctly … … 27 24 sometimes, and there are some other minor problems, as indicated by 28 25 Jonathan Bradshaw <jonathan@NrgUp.Com> 29 * Create wait-queues for bus locking instead of pure semaphores in the i2c30 base modules, to make it more interactive (right now one process can31 monopolize the entire adapter)32 * Find some solution for block reads in smbus-on-i2c emulation code33 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.36 26 * Support 10-bit addresses. At this moment, they are supported nowhere, except 37 27 in Simon Vogl's i2c modules. 38 * Change the i2c modules to keep the namespace clean (EXPORT_SYMBOL does not39 work for us; many static declarations need to be added; better ask Simon40 Vogl first)41 * Make it SMP-safe: there are no spinlocks yet. They are needed at many42 places, probably (everywhere where global vars are accessed). This must be43 done for the i2c modules, too.44 28 * Better general locking, or at least a once-over to check no race-conditions 45 29 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.47 30 * Test SIS5595(/91/98) sensor support. Write generic i2c support. 48 31 Thomas Dickel <Thomas.Dickel@mni.fh-giessen.de> owns one SIS5595. … … 54 37 * gl518sm: Assume that new values are close to old values, so start with 55 38 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 56 44 57 45 LIBRARY
