Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67599
b: refs/heads/master
c: 9ce768e
h: refs/heads/master
i:
  67597: 2aea434
  67595: ce1f2ae
  67591: 6150f09
  67583: 7d723b3
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Oct 12, 2007
1 parent 4ee52c7 commit bb3bbe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: a7b850eaa1110b1fcdc09fdfe89e792828e9b7aa
refs/heads/master: 9ce768ead83216d394175c0a0d72bc527648c7d0
7 changes: 4 additions & 3 deletions trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -6985,9 +6985,10 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy)
break;
};

/* Write our heartbeat update interval to APE. */
tg3_ape_write32(tp, TG3_APE_HOST_HEARTBEAT_INT_MS,
APE_HOST_HEARTBEAT_INT_DISABLE);
if (tp->tg3_flags3 & TG3_FLG3_ENABLE_APE)
/* Write our heartbeat update interval to APE. */
tg3_ape_write32(tp, TG3_APE_HOST_HEARTBEAT_INT_MS,
APE_HOST_HEARTBEAT_INT_DISABLE);

tg3_write_sig_post_reset(tp, RESET_KIND_INIT);

Expand Down

0 comments on commit bb3bbe0

Please sign in to comment.