Re: [PATCH 1/20][BNX2]: Block MII access when ifdown.

2007-05-02 Thread Jeff Garzik
Michael Chan wrote: [BNX2]: Block MII access when ifdown. The device may be in D3hot state and should not allow MII register access. Signed-off-by: Michael Chan [EMAIL PROTECTED] ACK 1-2 - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

[PATCH 1/20][BNX2]: Block MII access when ifdown.

2007-05-01 Thread Michael Chan
[BNX2]: Block MII access when ifdown. The device may be in D3hot state and should not allow MII register access. Signed-off-by: Michael Chan [EMAIL PROTECTED] diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index f98a220..9f0a067 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c @@