Skip to content

Commit

Permalink
ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 merge
Browse files Browse the repository at this point in the history
82598's PCI bus reporting on driver load was broken after 82599 merged.
This results in incorrect reporting, and an erroneous warning message
that the 82598 is in a PCIe slot that isn't fast enough to run 10GbE.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
PJ Waskiewicz authored and David S. Miller committed Mar 20, 2009
1 parent fe52eeb commit 03cfa20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/ixgbe/ixgbe_82598.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ static s32 ixgbe_get_invariants_82598(struct ixgbe_hw *hw)
s32 ret_val = 0;
u16 list_offset, data_offset;

/* Set the bus information prior to PHY identification */
mac->ops.get_bus_info(hw);

/* Call PHY identify routine to get the phy type */
ixgbe_identify_phy_generic(hw);

Expand Down

0 comments on commit 03cfa20

Please sign in to comment.