Changeset 2530
- Timestamp:
- 05/13/04 21:53:43 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/it87.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/it87.c
r2445 r2530 99 99 superio_exit(void) 100 100 { 101 /* safety precaution in case we put some other super IO chip102 in config mode by accident */103 outb(0xAA, REG);104 105 /* documented exit sequence */106 101 outb(0x02, REG); 107 102 outb(0x02, VAL);
