From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH 2.6.11 2/8] tg3: flush status block in tg3_interrupt Date: Wed, 23 Mar 2005 11:07:00 -0800 Message-ID: <20050323110700.0f071073.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@oss.sgi.com To: "Michael Chan" In-Reply-To: Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Sun, 20 Mar 2005 23:26:26 -0800 "Michael Chan" wrote: > Add register read of PCI state register in tg3_interrupt() if status block's > updated bit is not set. This will flush the status block and confirm whether > the interrupt is ours or not. PCI ordering rules allow the interrupt to > arrive at the CPU ahead of the status block that may be posted at the > chipset. > > Signed-off-by: Michael Chan Applied, thanks Michael.