Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183707
b: refs/heads/master
c: 334355a
h: refs/heads/master
i:
  183705: 5b814c9
  183703: 5cad756
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Jan 21, 2010
1 parent a02cbc4 commit 278c627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb4ed1fd8af963101a59c8c5fef97cbbf5f3fb88
refs/heads/master: 334355aa590c4b58750015c2f5710cd5074f45dd
4 changes: 3 additions & 1 deletion trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand Down

0 comments on commit 278c627

Please sign in to comment.