Changeset 3221
- Timestamp:
- 01/07/06 16:30:18 (3 years ago)
- Files:
-
- lm-sensors/trunk/kernel/busses/i2c-i801.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/kernel/busses/i2c-i801.c
r3178 r3221 529 529 } 530 530 531 if (hwpec) 532 outb_p(1, SMBAUXCTL); /* enable hardware PEC */ 531 outb_p(hwpec, SMBAUXCTL); /* enable/disable hardware PEC */ 533 532 534 533 if(block) … … 538 537 ret = i801_transaction(); 539 538 } 540 541 if (hwpec)542 outb_p(0, SMBAUXCTL); /* disable hardware PEC */543 539 544 540 if(block)
