Changeset 293 for lm-sensors/trunk/kernel/chips/gl518sm.c
- Timestamp:
- 03/02/99 15:12:42 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/gl518sm.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/gl518sm.c
r289 r293 313 313 /* Never interrupts */ 314 314 gl518_write_value(new_client,GL518_REG_MASK,0x00); 315 315 316 gl518_write_value(new_client,GL518_REG_TEMP_HYST, 316 317 TEMP_TO_REG(GL518_INIT_TEMP_HYST)); … … 318 319 TEMP_TO_REG(GL518_INIT_TEMP_OVER)); 319 320 gl518_write_value(new_client,GL518_REG_MISC,(DIV_TO_REG(2) << 6) | 320 (DIV_TO_REG(2) << 4) | 0x08);321 (DIV_TO_REG(2) << 4)); 321 322 gl518_write_value(new_client,GL518_REG_FAN_LIMIT, 322 323 (FAN_TO_REG(GL518_INIT_FAN_MIN_1,2) << 8) |
