aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x/bnx2x_main.c
diff options
context:
space:
mode:
authorYaniv Rosner <yaniv.rosner@broadcom.com>2010-09-01 05:51:35 -0400
committerDavid S. Miller <davem@davemloft.net>2010-09-01 13:44:34 -0400
commit9a8a97e88ea893522779aecbc0ff3d7361f49c12 (patch)
treee790c3afcc7348a16fb5b013586e36d3c331ec7a /drivers/net/bnx2x/bnx2x_main.c
parenta1e4be39dc5a8d83102b835a3ee049f2a6057be9 (diff)
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/bnx2x_main.c')
-rw-r--r--drivers/net/bnx2x/bnx2x_main.c3
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,
6226 break; 6226 break;
6227 6227
6228 case PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8481: 6228 case PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8481:
6229 BNX2X_DEV_INFO("ext_phy_type 0x%x (BCM8481)\n", 6229 case PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84823:
6230 BNX2X_DEV_INFO("ext_phy_type 0x%x (BCM848xx)\n",
6230 ext_phy_type); 6231 ext_phy_type);
6231 6232
6232 bp->port.supported |= (SUPPORTED_10baseT_Half | 6233 bp->port.supported |= (SUPPORTED_10baseT_Half |