Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35105
b: refs/heads/master
c: d7446c0
h: refs/heads/master
i:
  35103: e8c716f
v: v3
  • Loading branch information
Jeff Garzik committed Jul 29, 2006
1 parent e3bbe74 commit ef9ed89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: 7d2d8259a2a3078c629b6ee9d4a7ae3ef74ac100
refs/heads/master: d7446c0b5224e7024bd2f881b3d7fce0b9713fea
2 changes: 1 addition & 1 deletion trunk/drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ static int myri10ge_load_firmware(struct myri10ge_priv *mgp)
return -ENXIO;
}
dev_info(&mgp->pdev->dev, "handoff confirmed\n");
myri10ge_dummy_rdma(mgp, mgp->tx.boundary != 4096);
myri10ge_dummy_rdma(mgp, 1);

return 0;
}
Expand Down
5 changes: 1 addition & 4 deletions trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,7 @@ static int skge_set_pauseparam(struct net_device *dev,
/* Chip internal frequency for clock calculations */
static inline u32 hwkhz(const struct skge_hw *hw)
{
if (hw->chip_id == CHIP_ID_GENESIS)
return 53215; /* or: 53.125 MHz */
else
return 78215; /* or: 78.125 MHz */
return (hw->chip_id == CHIP_ID_GENESIS) ? 53125 : 78125;
}

/* Chip HZ to microseconds */
Expand Down

0 comments on commit ef9ed89

Please sign in to comment.