diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 5db82b5fa9b3..dceae37fd57f 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -4191,6 +4191,9 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev, | |||
4191 | "PCI-Express slot is required.\n"); | 4191 | "PCI-Express slot is required.\n"); |
4192 | } | 4192 | } |
4193 | 4193 | ||
4194 | /* save off EEPROM version number */ | ||
4195 | hw->eeprom.ops.read(hw, 0x29, &adapter->eeprom_version); | ||
4196 | |||
4194 | /* reset the hardware with the new settings */ | 4197 | /* reset the hardware with the new settings */ |
4195 | hw->mac.ops.start_hw(hw); | 4198 | hw->mac.ops.start_hw(hw); |
4196 | 4199 | ||