2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 15:25:38 +00:00

removed extended fan_div bits for 782d/783s since that is done.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@429 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
1999-04-26 02:12:50 +00:00
parent 0723e6833f
commit b6f6b537d4

6
TODO
View File

@@ -9,14 +9,14 @@ KERNEL MODULES
* icspll.c: Rewrite. The current implementation simply can't work at all. * icspll.c: Rewrite. The current implementation simply can't work at all.
It needs i2c-level access (too bad for SMBus-only adapters). It needs i2c-level access (too bad for SMBus-only adapters).
* w83781d: Some features are still unsupported for the W8378[23]. For * w83781d: Some features are still unsupported for the W8378[23]. For
example, the new fan_divs (register 0x5d) and the extended beeps example, the extended beeps (bank 4 register 0x53).
(bank 4 register 0x53). Also, alarms seem to give strange results Also, alarms seem to give strange results
sometimes, and there are some other minor problems, as indicated by sometimes, and there are some other minor problems, as indicated by
Jonathan Bradshaw <jonathan@NrgUp.Com> Jonathan Bradshaw <jonathan@NrgUp.Com>
* Create wait-queues for bus locking instead of pure semaphores in the i2c * Create wait-queues for bus locking instead of pure semaphores in the i2c
base modules, to make it more interactive (right now one process can base modules, to make it more interactive (right now one process can
monopolize the entire adapter) monopolize the entire adapter)
* Find some soulation for block reads in smbus-on-i2c emulation code * Find some solution for block reads in smbus-on-i2c emulation code
We need a hack in the i2c level code for this :-( We need a hack in the i2c level code for this :-(
* At least the bit-lp and bit-velle modules do no detection on loading; * At least the bit-lp and bit-velle modules do no detection on loading;
ask Simon whether this is possible to add. ask Simon whether this is possible to add.