Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27381
b: refs/heads/master
c: 48cf270
h: refs/heads/master
i:
  27379: 3492d65
v: v3
  • Loading branch information
Jens Osterkamp authored and Jeff Garzik committed May 27, 2006
1 parent 7780b58 commit 0cd5301
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f29cb26c43d7c064421e76540b7654fbba9efc78
refs/heads/master: 48cf270e45ff6ff076dd6557b38ec1068dd71809
6 changes: 3 additions & 3 deletions trunk/drivers/net/sungem_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ static int bcm5421_enable_fiber(struct mii_phy* phy)

static int bcm5461_enable_fiber(struct mii_phy* phy)
{
phy_write(phy, MII_NCONFIG, 0xfc0c);
phy_write(phy, MII_BMCR, 0x4140);
phy_write(phy, MII_NCONFIG, 0xfc0b);
phy_write(phy, MII_NCONFIG, 0xfc0c);
phy_write(phy, MII_BMCR, 0x4140);
phy_write(phy, MII_NCONFIG, 0xfc0b);
phy_write(phy, MII_BMCR, 0x0140);

return 0;
Expand Down

0 comments on commit 0cd5301

Please sign in to comment.