Received: with ECARTIS (v1.0.0; list netdev); Tue, 22 Mar 2005 12:57:52 -0800 (PST) Received: from parcelfarce.linux.theplanet.co.uk (IDENT:93@parcelfarce.linux.theplanet.co.uk [195.92.249.252]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j2MKvlBo004018 for ; Tue, 22 Mar 2005 12:57:48 -0800 Received: from cpe-069-134-152-124.nc.rr.com ([69.134.152.124] helo=[10.10.10.88]) by parcelfarce.linux.theplanet.co.uk with asmtp (TLSv1:AES256-SHA:256) (Exim 4.33) id 1DDqRf-0001L9-2t; Tue, 22 Mar 2005 20:57:47 +0000 Message-ID: <424086BF.6030300@pobox.com> Date: Tue, 22 Mar 2005 15:57:35 -0500 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Chan , "David S. Miller" CC: netdev@oss.sgi.com Subject: Re: [PATCH 2.6.11 4/8] tg3: Add msi test References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/778/Mon Mar 21 02:48:43 2005 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 483 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: jgarzik@pobox.com Precedence: bulk X-list: netdev Content-Length: 357 Lines: 16 Michael Chan wrote: > Add an MSI test to make sure MSI is working at the system level. If the test > fails, the driver will go back to INTx mode. > > Signed-off-by: Michael Chan