diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-03-02 03:00:10 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-03 01:32:44 -0500 |
commit | 3b313b618b2acbeb2954368980ab52b7f9fd05ef (patch) | |
tree | 575ceea174d63e3917a7d30634b655811f8a1421 /drivers/net/bnx2x_link.c | |
parent | d7bc788beca5879f03e0120ac27b99bdeed95921 (diff) |
bnx2x: BCM8705 has no microcode
Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x_link.c')
-rw-r--r-- | drivers/net/bnx2x_link.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/bnx2x_link.c b/drivers/net/bnx2x_link.c index 280f008c616d..c72a964274a8 100644 --- a/drivers/net/bnx2x_link.c +++ b/drivers/net/bnx2x_link.c | |||
@@ -3033,10 +3033,9 @@ static u8 bnx2x_ext_phy_init(struct link_params *params, struct link_vars *vars) | |||
3033 | MDIO_WIS_DEVAD, | 3033 | MDIO_WIS_DEVAD, |
3034 | MDIO_WIS_REG_LASI_CNTL, 0x1); | 3034 | MDIO_WIS_REG_LASI_CNTL, 0x1); |
3035 | 3035 | ||
3036 | bnx2x_save_bcm_spirom_ver(bp, params->port, | 3036 | /* BCM8705 doesn't have microcode, hence the 0 */ |
3037 | ext_phy_type, | 3037 | bnx2x_save_spirom_version(bp, params->port, |
3038 | ext_phy_addr, | 3038 | params->shmem_base, 0); |
3039 | params->shmem_base); | ||
3040 | break; | 3039 | break; |
3041 | 3040 | ||
3042 | case PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8706: | 3041 | case PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8706: |