Changeset 466
- Timestamp:
- 05/17/99 16:34:24 (10 years ago)
- Files:
-
- lm-sensors/trunk/TODO (modified) (2 diffs)
- lm-sensors/trunk/kernel/chips/w83781d.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/TODO
r444 r466 4 4 ============== 5 5 6 * Check for kernel 2.0.8 warnings 6 7 * Increase use count of adapter driver if directory of chip is entered 7 8 * maxilife.c: Introduce new insmod variables … … 61 62 * Sensors program needs to print a + before lm75 temperatures 62 63 * Sensors program needs to be extended for many new chips 64 65 OTHERS 66 ====== 67 68 * Examine watchdog-4.3 or later of meskes@debian.org (Michael Meskes) 69 tsx-11.mit.edu /pub/linux/sources/sbin or 70 sunsite.unc.edu /pub/linux/system/daemons/watchdog lm-sensors/trunk/kernel/chips/w83781d.c
r433 r466 91 91 #define W83781D_REG_TEMP_OVER 0x39 92 92 #define W83781D_REG_TEMP_HYST 0x3A 93 #define W83781D_REG_TEMP_CONFIG 0x5294 93 #define W83781D_REG_BANK 0x4E 95 94 … … 1096 1095 w83781d_write_value(client,W83781D_REG_TEMP_HYST, 1097 1096 TEMP_TO_REG(W83781D_INIT_TEMP_HYST)); 1098 w83781d_write_value(client,W83781D_REG_TEMP_CONFIG,0x00);1099 1097 1100 1098 w83781d_write_value(client,W83781D_REG_TEMP2_OVER,
