Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369297
b: refs/heads/master
c: e00bf60
h: refs/heads/master
i:
  369295: 7f963b7
v: v3
  • Loading branch information
Akeem G. Abodunrin authored and Jeff Kirsher committed Apr 18, 2013
1 parent f3fad69 commit 9f5581e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f69aa3909eeb8444f9b980f6315696c3b0bb57d5
refs/heads/master: e00bf607ea0b6663f1cb206a436258d2eabe6fd7
3 changes: 2 additions & 1 deletion trunk/drivers/net/ethernet/intel/igb/e1000_82575.c
Original file line number Diff line number Diff line change
Expand Up @@ -1420,9 +1420,10 @@ static s32 igb_setup_serdes_link_82575(struct e1000_hw *hw)
*/
wr32(E1000_SCTL, E1000_SCTL_DISABLE_SERDES_LOOPBACK);

/* power on the sfp cage if present */
/* power on the sfp cage if present and turn on I2C */
ctrl_ext = rd32(E1000_CTRL_EXT);
ctrl_ext &= ~E1000_CTRL_EXT_SDP3_DATA;
ctrl_ext |= E1000_CTRL_I2C_ENA;
wr32(E1000_CTRL_EXT, ctrl_ext);

ctrl_reg = rd32(E1000_CTRL);
Expand Down

0 comments on commit 9f5581e

Please sign in to comment.