aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r--drivers/net/tg3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index 47a4f0947872..fc9df25f76b1 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -13755,6 +13755,7 @@ static char * __devinit tg3_phy_string(struct tg3 *tp)
13755 case PHY_ID_BCM5756: return "5722/5756"; 13755 case PHY_ID_BCM5756: return "5722/5756";
13756 case PHY_ID_BCM5906: return "5906"; 13756 case PHY_ID_BCM5906: return "5906";
13757 case PHY_ID_BCM5761: return "5761"; 13757 case PHY_ID_BCM5761: return "5761";
13758 case PHY_ID_BCM5717: return "5717";
13758 case PHY_ID_BCM8002: return "8002/serdes"; 13759 case PHY_ID_BCM8002: return "8002/serdes";
13759 case 0: return "serdes"; 13760 case 0: return "serdes";
13760 default: return "unknown"; 13761 default: return "unknown";