Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74732
b: refs/heads/master
c: 4696c3c
h: refs/heads/master
v: v3
  • Loading branch information
Valentine Barshak authored and Jeff Garzik committed Dec 7, 2007
1 parent baaea5e commit b6c3464
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: 3d722562d734834282bccd97e0badd213ec311e9
refs/heads/master: 4696c3c406a8b32112f8e1f70b3db1114950dcb1
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibm_newemac/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static u32 __emac_calc_base_mr1(struct emac_instance *dev, int tx_size, int rx_s
static u32 __emac4_calc_base_mr1(struct emac_instance *dev, int tx_size, int rx_size)
{
u32 ret = EMAC_MR1_VLE | EMAC_MR1_IST | EMAC4_MR1_TR |
EMAC4_MR1_OBCI(dev->opb_bus_freq);
EMAC4_MR1_OBCI(dev->opb_bus_freq / 1000000);

DBG2(dev, "__emac4_calc_base_mr1" NL);

Expand Down

0 comments on commit b6c3464

Please sign in to comment.