|
@@ -4130,6 +4130,14 @@ static void tg3_phy_copper_begin(struct tg3 *tp)
|
|
|
tp->link_config.active_speed = tp->link_config.speed;
|
|
|
tp->link_config.active_duplex = tp->link_config.duplex;
|
|
|
|
|
|
+ if (tg3_asic_rev(tp) == ASIC_REV_5714) {
|
|
|
+ /* With autoneg disabled, 5715 only links up when the
|
|
|
+ * advertisement register has the configured speed
|
|
|
+ * enabled.
|
|
|
+ */
|
|
|
+ tg3_writephy(tp, MII_ADVERTISE, ADVERTISE_ALL);
|
|
|
+ }
|
|
|
+
|
|
|
bmcr = 0;
|
|
|
switch (tp->link_config.speed) {
|
|
|
default:
|