From owner-svn-src-stable@FreeBSD.ORG Tue Oct 20 19:13:24 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E65C0106568D; Tue, 20 Oct 2009 19:13:24 +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 761E98FC27; Tue, 20 Oct 2009 19:13:24 +0000 (UTC) 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 n9KIpjkp097160; Tue, 20 Oct 2009 20:51:45 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n9KIpjfp097159; Tue, 20 Oct 2009 20:51:45 +0200 (CEST) (envelope-from marius) Date: Tue, 20 Oct 2009 20:51:45 +0200 From: Marius Strobl To: Stanislav Sedov Message-ID: <20091020185145.GA94979@alchemy.franken.de> References: <200910201641.n9KGfN7Z072248@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200910201641.n9KGfN7Z072248@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r198296 - stable/8/sys/dev/bge X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 19:13:25 -0000 On Tue, Oct 20, 2009 at 04:41:23PM +0000, Stanislav Sedov wrote: > Author: stas > Date: Tue Oct 20 16:41:23 2009 > New Revision: 198296 > URL: http://svn.freebsd.org/changeset/base/198296 > > Log: > - Disable ASF by default in STABLE_8. This causes a lot > of problems on non-DELL branded machines with IPMI > support. The proposed fix was committed to HEAD but has > not received much test coverage yet. You probably want to adjust bge.4 to indicate that the default has changed as well. Marius