diff --git a/[refs] b/[refs] index 3b2722209754..2fa006a329ec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cb4ed1fd8af963101a59c8c5fef97cbbf5f3fb88 +refs/heads/master: 334355aa590c4b58750015c2f5710cd5074f45dd diff --git a/trunk/drivers/net/tg3.c b/trunk/drivers/net/tg3.c index 075d21a6b55a..78102023aa93 100644 --- a/trunk/drivers/net/tg3.c +++ b/trunk/drivers/net/tg3.c @@ -2021,7 +2021,9 @@ static void tg3_frob_aux_power(struct tg3 *tp) { struct tg3 *tp_peer = tp; - if ((tp->tg3_flags2 & TG3_FLG2_IS_NIC) == 0) + /* The GPIOs do something completely different on 57765. */ + if ((tp->tg3_flags2 & TG3_FLG2_IS_NIC) == 0 || + GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_57765) return; if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5704 ||