diff options
author | Yaniv Rosner <yaniv.rosner@broadcom.com> | 2010-09-01 09:51:35 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-01 10:44:34 -0700 |
commit | 9a8a97e88ea893522779aecbc0ff3d7361f49c12 (patch) | |
tree | e790c3afcc7348a16fb5b013586e36d3c331ec7a /drivers/net/bnx2x | |
parent | a1e4be39dc5a8d83102b835a3ee049f2a6057be9 (diff) | |
download | blackbird-op-linux-9a8a97e88ea893522779aecbc0ff3d7361f49c12.tar.gz blackbird-op-linux-9a8a97e88ea893522779aecbc0ff3d7361f49c12.zip |
bnx2x: Add BCM84823 to the supported PHYs
Add BCM84823 to the supported PHYs
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')
-rw-r--r-- | drivers/net/bnx2x/bnx2x_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c index b09fa04cbc1d..993d7e83f1d3 100644 --- a/drivers/net/bnx2x/bnx2x_main.c +++ b/drivers/net/bnx2x/bnx2x_main.c @@ -6226,7 +6226,8 @@ static void __devinit bnx2x_link_settings_supported(struct bnx2x *bp, break; case PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8481: - BNX2X_DEV_INFO("ext_phy_type 0x%x (BCM8481)\n", + case PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84823: + BNX2X_DEV_INFO("ext_phy_type 0x%x (BCM848xx)\n", ext_phy_type); bp->port.supported |= (SUPPORTED_10baseT_Half | |