Changeset 4891
- Timestamp:
- 09/26/07 20:15:47 (1 year ago)
- Files:
-
- lm-sensors/trunk/kernel/chips/lm87.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/kernel/chips/lm87.c
r3190 r4891 290 290 #define LM87_ALARM_IN4 0x0100 291 291 #define LM87_ALARM_IN5 0x0200 292 #define LM87_ALARM_RESERVED1 0x0400293 #define LM87_ALARM_RESERVED2 0x0800294 292 #define LM87_ALARM_CHAS 0x1000 295 293 #define LM87_ALARM_THERM_SIG 0x2000 296 294 #define LM87_ALARM_TEMP2_FAULT 0x4000 297 #define LM87_ALARM_TEMP3_FAULT 0x08000295 #define LM87_ALARM_TEMP3_FAULT 0x8000 298 296 299 297 /* -- SENSORS SYSCTL END -- */
