Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119654
b: refs/heads/master
c: c6904dd
h: refs/heads/master
v: v3
  • Loading branch information
Wim Van Sebroeck committed Nov 21, 2008
1 parent d3c25ad commit 230512e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7cd5b08be3c489df11b559fef210b81133764ad4
refs/heads/master: c6904ddb976d99b77d91b78a0ce5bdfffb416c49
5 changes: 3 additions & 2 deletions trunk/drivers/watchdog/iTCO_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,9 @@ static int __devinit iTCO_wdt_init(struct pci_dev *pdev,
TCOBASE);

/* Clear out the (probably old) status */
outb(0, TCO1_STS);
outb(3, TCO2_STS);
outb(8, TCO1_STS); /* Clear the Time Out Status bit */
outb(2, TCO2_STS); /* Clear SECOND_TO_STS bit */
outb(4, TCO2_STS); /* Clear BOOT_STS bit */

/* Make sure the watchdog is not running */
iTCO_wdt_stop();
Expand Down

0 comments on commit 230512e

Please sign in to comment.