Changeset 1406
- Timestamp:
- 06/28/02 04:55:49 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/smsc47m1.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/smsc47m1.c
r1403 r1406 277 277 superio_select(); 278 278 superio_outb(SMSC_BASE_REG, address >> 8); 279 superio_outb(SMSC_BASE_REG , address & 0xff);279 superio_outb(SMSC_BASE_REG+1, address & 0xff); 280 280 superio_exit(); 281 281 }
