From owner-freebsd-stable@FreeBSD.ORG Sat Mar 28 14:02:58 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E75E1106566C for ; Sat, 28 Mar 2009 14:02:58 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 788888FC26 for ; Sat, 28 Mar 2009 14:02:58 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id n2SE2M9v055213; Sat, 28 Mar 2009 15:02:23 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n2SE2MfO055212; Sat, 28 Mar 2009 15:02:22 +0100 (CET) (envelope-from marius) Date: Sat, 28 Mar 2009 15:02:22 +0100 From: Marius Strobl To: Danny Braniss Message-ID: <20090328140222.GE28007@alchemy.franken.de> References: <868wmx3dqo.fsf@kopusha.onet> <20090322135643.GA18284@alchemy.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: FreeBSD-stable , Mikolaj Golub , Urmas Lett Subject: Re: 7.2-PRERELEASE/sunx2200/bge/msi broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2009 14:02:59 -0000 On Sun, Mar 22, 2009 at 05:40:21PM +0200, Danny Braniss wrote: > > On Sun, Mar 22, 2009 at 03:10:07PM +0200, Mikolaj Golub wrote: > > > > > > On Sun, 22 Mar 2009 12:55:02 +0200 Danny Braniss wrote: > > > > > > DB> Hi, > > > DB> between March 16 and now, bge on a Sun X2200 stopped working, > > > DB> turning off msi (via hw..pci.enable_msi=0) got it working again. > > > DB> I tried first replacing bge with an older version but that did not help. > > > > > > It looks like related to this report: > > > > > > http://www.freebsd.org/cgi/getmsg.cgi?fetch=1253844+1263253+/usr/local/www/db/text/2009/freebsd-bugs/20090322.freebsd-bugs > > > > > > > Could you please give the following patch a try? > > http://people.freebsd.org/~marius/bge_intx.diff > > > > Marius > > > it works! For the records, this was commited to stable/7 as part of r190478/if_bge.c 1.198.2.17. Marius