Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265949
b: refs/heads/master
c: 80bb25e
h: refs/heads/master
i:
  265947: 6667e99
v: v3
  • Loading branch information
Emil Tantilov authored and Jeff Kirsher committed Sep 17, 2011
1 parent 81ff8c8 commit 8f38066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a70db4b05fcaa976b625d47fba5e6cc2d89b0ae
refs/heads/master: 80bb25e3eb73f4fdde48ee017da04b947cec8b90
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ static void ixgbe_get_regs(struct net_device *netdev,
regs_buff[43 + i] = IXGBE_READ_REG(hw, IXGBE_FCRTH(i));
break;
case ixgbe_mac_82599EB:
case ixgbe_mac_X540:
regs_buff[35 + i] = IXGBE_READ_REG(hw, IXGBE_FCRTL_82599(i));
regs_buff[43 + i] = IXGBE_READ_REG(hw, IXGBE_FCRTH_82599(i));
break;
Expand Down

0 comments on commit 8f38066

Please sign in to comment.