Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45036
b: refs/heads/master
c: 79f3d39
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Brandeburg authored and Jeff Garzik committed Dec 26, 2006
1 parent e68ba52 commit e7eed2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 15e376b4eed2575b323d575403569ec1b5f63fda
refs/heads/master: 79f3d3996f06ee339c6f173e573826eccd3914ab
3 changes: 2 additions & 1 deletion trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,8 @@ e1000_up(struct e1000_adapter *adapter)

clear_bit(__E1000_DOWN, &adapter->flags);

mod_timer(&adapter->watchdog_timer, jiffies + 2 * HZ);
/* fire a link change interrupt to start the watchdog */
E1000_WRITE_REG(&adapter->hw, ICS, E1000_ICS_LSC);
return 0;
}

Expand Down

0 comments on commit e7eed2b

Please sign in to comment.