Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315102
b: refs/heads/master
c: e36ce6e
h: refs/heads/master
v: v3
  • Loading branch information
Rob Herring authored and David S. Miller committed Jul 11, 2012
1 parent e911cd5 commit 2d0e45e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7c4009192ea2276c1d7ed8ec0a18f3ecfca5cd2b
refs/heads/master: e36ce6eb2ba35b0b7335aef12731a96af9531055
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/calxeda/xgmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ static int xgmac_hw_init(struct net_device *dev)
writel(DMA_INTR_DEFAULT_MASK, ioaddr + XGMAC_DMA_INTR_ENA);

/* XGMAC requires AXI bus init. This is a 'magic number' for now */
writel(0x000100E, ioaddr + XGMAC_DMA_AXI_BUS);
writel(0x0077000E, ioaddr + XGMAC_DMA_AXI_BUS);

ctrl |= XGMAC_CONTROL_DDIC | XGMAC_CONTROL_JE | XGMAC_CONTROL_ACS |
XGMAC_CONTROL_CAR;
Expand Down

0 comments on commit 2d0e45e

Please sign in to comment.