From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH 2.6.11 3/8] tg3: Add msi support for 5750 C0 Date: Tue, 22 Mar 2005 15:56:25 -0500 Message-ID: <42408679.7020407@pobox.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , 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 Michael Chan wrote: > Add MSI support for 5750 C0 and newer chips. MSI is handled by a new > interrupt service routine that is very similar to the existing > tg3_interrupt() for INTx mode. The MSI version is optimized by not checking > for shared interrupt and not flushing the status block. > > The code is also changed to reference the irq from tp->pdev->irq instead of > dev->irq. > > Signed-off-by: Michael Chan