From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 15:43:09 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AB0916A57F for ; Wed, 24 Oct 2007 15:43:09 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id AAA3F13C480 for ; Wed, 24 Oct 2007 15:43:08 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l9OFh0gc018536; Wed, 24 Oct 2007 11:43:00 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Wed, 24 Oct 2007 11:42:55 -0400 User-Agent: KMail/1.6.2 References: <4712A4A8.7080503@FreeBSD.org> <040e01c81587$a47f6600$ed7e3200$@co.uk> <200710240450.44314.joao@matik.com.br> In-Reply-To: <200710240450.44314.joao@matik.com.br> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-Id: <200710241142.58329.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.90.2/4589/Wed Oct 24 05:55:55 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: JoaoBR Subject: Re: panic in 8-CURRENT / BGE hang X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 15:43:09 -0000 On Wednesday 24 October 2007 02:50 am, JoaoBR wrote: > On Tuesday 23 October 2007 13:16:10 Lawrence Farr wrote: > > > could this patch help to solve this kern/116328 also ? If so > > > would you mind to > > > send me a copy? > > > > > > > > > thank's > > > -- > > > > > > Jo�o > > > > Setting hw.bge.allow_asf="0" at the loader prompt fixes it for > > me, as per the mail by Anders Norby: > > great it works, thank you > > so that is the reason then that bge hangs with 7 with the same > if_bge.c version as releng_6 > > because hw.bge.allow_asf defaults to 0 in releng_6 and to 1 in 7 > > somebody knows why this changed? Would be kind of handy if this > where in the man page since almost all tyans and other server > boards have this bge nics When I MFC'd bge(4) on RELENG_6, I decided to turn it off by default. See the diff between RELENG_6 and MFC point: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/bge/if_bge.c.diff?r2=1.91.2.21;r1=1.186 Since RELENG_7 is branched, I think we should do the same on the branch as well. Jung-uk Kim