Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130986
b: refs/heads/master
c: b98ac70
h: refs/heads/master
v: v3
  • Loading branch information
Andy Fleming authored and David S. Miller committed Feb 5, 2009
1 parent 8f1843e commit 3837817
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1fbe49328f7442090439addddf441fb5b3186e71
refs/heads/master: b98ac702f49042ab0c382b839465b95a2bd0cd65
3 changes: 3 additions & 0 deletions trunk/drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ static int gfar_probe(struct of_device *ofdev,
/* Reset MAC layer */
gfar_write(&priv->regs->maccfg1, MACCFG1_SOFT_RESET);

/* We need to delay at least 3 TX clocks */
udelay(2);

tempval = (MACCFG1_TX_FLOW | MACCFG1_RX_FLOW);
gfar_write(&priv->regs->maccfg1, tempval);

Expand Down

0 comments on commit 3837817

Please sign in to comment.