Changeset 171
- Timestamp:
- 01/19/99 00:14:07 (10 years ago)
- Files:
-
- lm-sensors/trunk/TODO (modified) (1 diff)
- lm-sensors/trunk/doc/useful_addresses.html (modified) (1 diff)
- lm-sensors/trunk/lib/chips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/TODO
r168 r171 1 1 Many, many things. Most notably: 2 2 3 * CHeck CDROM insert-remove error of Matt Mueller 3 4 * Create wait-queues for bus locking instead of pure semaphores, to make 4 5 it more interactive 5 6 * Check for block read/writes in smbus-on-i2c emulation code 7 * Add proc-call SMBus command to i2c-dev 6 8 * Merge newest Simon Vogl archive 7 9 * Merge man-pages lm-sensors/trunk/doc/useful_addresses.html
r141 r171 24 24 <A HREF="http://www.tk.uni-linz.ac.at/~simon/private/i2c/v4l">Simon Vogl's 25 25 I²C Linux kernel module</A> 26 <LI> 27 <A HREF="news://goesser.tk.uni-linz.ac.at/linux.i2c">Simon's I²C 28 newsgroup</A> 26 29 </UL> 27 30 <LI>SMBus lm-sensors/trunk/lib/chips.c
r150 r171 360 360 { SENSORS_GL518R00_ALARMS, "alarms", SENSORS_NO_MAPPING, 361 361 SENSORS_NO_MAPPING, SENSORS_MODE_R, 362 GL518_SYSCTL_ FAN_DIV, VALUE(3), 0 },362 GL518_SYSCTL_ALARMS, VALUE(1), 0 }, 363 363 { SENSORS_GL518R00_BEEP_ENABLE, "beep_enable", SENSORS_GL518R00_ALARMS, 364 364 SENSORS_NO_MAPPING, SENSORS_MODE_RW,
