Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159013
b: refs/heads/master
c: eb8da20
h: refs/heads/master
i:
  159011: b1f5979
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Jul 21, 2009
1 parent de1614f commit 95c17e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd4ef40d5977e1c226e9cd9659398e82cc4a1e85
refs/heads/master: eb8da205a6cac953a46a247b8dd19505eba944e2
5 changes: 5 additions & 0 deletions trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5185,6 +5185,11 @@ static void bnx2x_nic_init(struct bnx2x *bp, u32 load_code)
mmiowb();

bnx2x_int_enable(bp);

/* Check for SPIO5 */
bnx2x_attn_int_deasserted0(bp,
REG_RD(bp, MISC_REG_AEU_AFTER_INVERT_1_FUNC_0 + BP_PORT(bp)*4) &
AEU_INPUTS_ATTN_BITS_SPIO5);
}

/* end of nic init */
Expand Down

0 comments on commit 95c17e7

Please sign in to comment.