From owner-freebsd-stable@FreeBSD.ORG Fri May 29 18:16:20 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 C20C91065672 for ; Fri, 29 May 2009 18:16:20 +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 4DA9F8FC16 for ; Fri, 29 May 2009 18:16:19 +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 n4TIGISC018629; Fri, 29 May 2009 20:16:18 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n4TIGI1N018628; Fri, 29 May 2009 20:16:18 +0200 (CEST) (envelope-from marius) Date: Fri, 29 May 2009 20:16:18 +0200 From: Marius Strobl To: Henri-Pierre Charles Message-ID: <20090529181618.GF72047@alchemy.franken.de> References: <20090420204637.GA1236@mr-happy.com> <20090421184924.GA36542@alchemy.franken.de> <20090421193129.GA4869@mr-happy.com> <20090421195510.GC33994@alchemy.franken.de> <20090422150612.GA1231@mr-happy.com> <20090423171949.GE50221@alchemy.franken.de> <20090423200507.GA1246@mr-happy.com> <4734a3ed0905291102m3b1474adk50eb8bcf6712a742@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4734a3ed0905291102m3b1474adk50eb8bcf6712a742@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: Jeff Blank , freebsd-stable@freebsd.org Subject: Re: bge problems under 7.2-PRERELEASE 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: Fri, 29 May 2009 18:16:21 -0000 On Fri, May 29, 2009 at 08:02:42PM +0200, Henri-Pierre Charles wrote: > Hello Guys > > On Thu, Apr 23, 2009 at 10:05 PM, Jeff Blank wrote: > > On Thu, Apr 23, 2009 at 07:19:49PM +0200, Marius Strobl wrote: > >> So in combination with > >> the low number of problem reports this really doesn't > >> look like a generic problem of this Broadcom hardware > >> or bge(4) and I just can suggest to disable MSI by > >> setting the hw.pci.enable_msi tuneable to 0 for now. > > > > Great, this does the trick, and I'm now running today's RELENG_7. > > Thanks for your help, and let me know if ever you'd like me to help > > test possible fixes. > > I have the same computer (Dell optiplex 740) but the sysctl turnaround > doesn't work, the bge interface seem up but no interruptions. > > I have to download / recompile with sys/dev/bge/if_bge.c rev > 1.198.2.13 and sys/dev/pci/pci.c rev 1.355.2.6 > > Is there anything else to try ? You need to set hw.pci.enable_msi in the loader f.e. via loader.conf rather than the corresponding sysctl as the latter has no effect during boot. Marius