Re: [PATCH 2/6] tg3: Fix bug in 40-bit DMA workaround code

2006-03-27 Thread Michael Chan
David S. Miller wrote: > From: "Michael Chan" <[EMAIL PROTECTED]> > Date: Mon, 27 Mar 2006 17:08:30 -0800 > > > Need to check the TG3_FLAG_40BIT_DMA_BUG flag in the workaround code > > path instead of device flags. > > > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> > > Applied. > > Looks

Re: [PATCH 2/6] tg3: Fix bug in 40-bit DMA workaround code

2006-03-27 Thread David S. Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Mon, 27 Mar 2006 17:08:30 -0800 > Need to check the TG3_FLAG_40BIT_DMA_BUG flag in the workaround code > path instead of device flags. > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> Applied. Looks like another 2.6.16.x stable branch candidate?

[PATCH 2/6] tg3: Fix bug in 40-bit DMA workaround code

2006-03-27 Thread Michael Chan
Need to check the TG3_FLAG_40BIT_DMA_BUG flag in the workaround code path instead of device flags. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index c41dbb0..0fafc52 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -3600,7 +3600,7 @