diff options
author | Don Skidmore <donald.c.skidmore@intel.com> | 2009-07-02 12:50:12 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-04 02:10:55 (GMT) |
commit | 63d6e1d80a8c3118be2ca0f1f21ba883f282060c (patch) | |
tree | a1bd149312f64d88b7e1acf585568964b6ed805f /lib/Kconfig.debug | |
parent | e332471c035708441de89d4c59f7f7cdc2700c0d (diff) | |
download | linux-63d6e1d80a8c3118be2ca0f1f21ba883f282060c.tar.xz |
ixgbe: fix issues with failing to detect insert of unsupported module
Several small fixes around negative test case of the insertion of a
IXGBE_ERR_NOT_SUPPORTED module.
- mdio45_probe call was always failing due to mdio.prtad not being
set. The function set to mdio.mdio_read was still working as we just
happen to always be at prtad == 0. This will allow us to set the phy_id
and phy.type correctly now.
- There was timing issue with i2c calls when initiated from a tasklet.
A small delay was added to allow the electrical oscillation to calm down.
- Logic change in ixgbe_sfp_task that allows NOT_SUPPORTED condition
to be recognized.
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions