Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266425
b: refs/heads/master
c: 2466dd9
h: refs/heads/master
i:
  266423: 509f272
v: v3
  • Loading branch information
Jacob Keller authored and Jeff Kirsher committed Oct 5, 2011
1 parent 7b478c0 commit a007d41
Show file tree
Hide file tree
Showing 2 changed files with 6 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: e1befd774a049bdc85cf0ed5b307f913b33e1691
refs/heads/master: 2466dd9ca11ea9e4400eb8477a9df2a0fe539d47
8 changes: 5 additions & 3 deletions trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7587,10 +7587,12 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev,
ixgbe_vf_configuration(pdev, (i | 0x10000000));
}

/* Inform firmware of driver version */
/* firmware requires driver version to be 0xFFFFFFFF
* since os does not support feature
*/
if (hw->mac.ops.set_fw_drv_ver)
hw->mac.ops.set_fw_drv_ver(hw, MAJ, MIN, BUILD,
FW_CEM_UNUSED_VER);
hw->mac.ops.set_fw_drv_ver(hw, 0xFF, 0xFF, 0xFF,
0xFF);

/* add san mac addr to netdev */
ixgbe_add_sanmac_netdev(netdev);
Expand Down

0 comments on commit a007d41

Please sign in to comment.