Changeset 47
- Timestamp:
- 12/08/98 00:57:51 (10 years ago)
- Files:
-
- lm-sensors/trunk/BUGS (added)
- lm-sensors/trunk/CONTRIBUTORS (modified) (2 diffs)
- lm-sensors/trunk/TODO (modified) (1 diff)
- lm-sensors/trunk/doc/modules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CONTRIBUTORS
r8 r47 1 1 This package could not have been created without the help of many, many people. 2 The most notable contributors are listed below. 2 The most notable contributors are listed below. You are probably best of 3 to mail <lm78@stimpy.netroedge.com> if you have questions, suggestions or 4 problems. 3 5 4 6 * Alexander Larsson <alla@lysator.liu.se> … … 13 15 * Frodo Looijaard <frodol@dds.nl> 14 16 Took up the development of Alex' lm78 module. Large pieces of code were 15 written by him. Designed lm_sensors version 2. 17 written by him. Designed lm_sensors version 2, and wrote most of its 18 core code. 16 19 * William Morgan <wmorgan@cmu.edu> 17 20 Helped with some patches in lm_sensors version 1. He provided us with lm-sensors/trunk/TODO
r43 r47 1 1 Many, many things. Most notably: 2 2 3 * Support 10-bit addresses. At this moment, they are supported nowhere 3 * Support 10-bit addresses. At this moment, they are supported nowhere, except 4 in Simon Vogl's i2c modules. 4 5 * Change the i2c modules to keep the namespace clean (EXPORT_SYMBOL does not 5 6 work for us; many static declarations need to be added; better ask Simon 6 7 Vogl first) 7 8 * Make it SMP-safe: there are no spinlocks yet. They are needed at many 8 places, probably (everywhere where global vars are accessed). 9 places, probably (everywhere where global vars are accessed). This must be 10 done for the i2c modules, too. 9 11 * Extend sensors.c with a file /proc/sys/dev/sensors/chips, which lists 10 12 all directories under /proc/sys/dev/sensors with their SYSCTL id 11 13 (needed for good sysctl access). 12 * Write smbus_access_i2c in smbus.c 14 * Extend the mod_inc_use/mod_dec_use through the fill_inode trick, for all 15 new /proc files. 13 16 * Make lm78.c detect 'double hits', (same chip connected to both SMBus and 14 17 ISA). lm-sensors/trunk/doc/modules
r24 r47 61 61 62 62 lm78: sensors smbus i2c-core 63 LM78 (and LM78-J, LM79) chip driver 63 LM78, LM78-J and LM79 chip driver 64 65 lm75: sensors smbus i2c-core 66 LM75 chip driver 64 67 65 68 (To do: i2c modules)
