Changeset 1406

Show
Ignore:
Timestamp:
06/28/02 04:55:49 (11 years ago)
Author:
mds
Message:

(mds)+1

Files:
1 modified

Legend:

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

    r1403 r1406  
    277277                superio_select(); 
    278278                superio_outb(SMSC_BASE_REG, address >> 8); 
    279                 superio_outb(SMSC_BASE_REG, address & 0xff); 
     279                superio_outb(SMSC_BASE_REG+1, address & 0xff); 
    280280                superio_exit(); 
    281281        }