Changeset 2530

Show
Ignore:
Timestamp:
05/13/04 21:53:43 (9 years ago)
Author:
khali
Message:

Discard non-standard Super-I/O exit sequence. Patch by

Bjorn Mork.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/it87.c

    r2445 r2530  
    9999superio_exit(void) 
    100100{ 
    101         /* safety precaution in case we put some other super IO chip 
    102            in config mode by accident */ 
    103         outb(0xAA, REG);  
    104  
    105         /* documented exit sequence */ 
    106101        outb(0x02, REG); 
    107102        outb(0x02, VAL);