Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262178
b: refs/heads/master
c: 6b01d30
h: refs/heads/master
v: v3
  • Loading branch information
Mart Gerrits authored and Wim Van Sebroeck committed Aug 2, 2011
1 parent 499e681 commit 3707d89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bea1906620ce72b63f83735c4cc2642b25ec54ae
refs/heads/master: 6b01d30eef64456ad9e261d2173266a3244da8e1
8 changes: 8 additions & 0 deletions trunk/drivers/watchdog/nv_tco.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,15 @@ static int __devexit nv_tco_remove(struct platform_device *dev)

static void nv_tco_shutdown(struct platform_device *dev)
{
u32 val;

tco_timer_stop();

/* Some BIOSes fail the POST (once) if the NO_REBOOT flag is not
* unset during shutdown. */
pci_read_config_dword(tco_pci, MCP51_SMBUS_SETUP_B, &val);
val &= ~MCP51_SMBUS_SETUP_B_TCO_REBOOT;
pci_write_config_dword(tco_pci, MCP51_SMBUS_SETUP_B, val);
}

static struct platform_driver nv_tco_driver = {
Expand Down

0 comments on commit 3707d89

Please sign in to comment.