From owner-freebsd-current@FreeBSD.ORG Fri Nov 16 21:18:50 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 07B6F16A418 for ; Fri, 16 Nov 2007 21:18:50 +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 B6EA713C46B for ; Fri, 16 Nov 2007 21:18:49 +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 lAGLIgnE017125; Fri, 16 Nov 2007 16:18:42 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Fri, 16 Nov 2007 16:18:28 -0500 User-Agent: KMail/1.6.2 References: <473AD98A.8050003@gmail.com> <20071114115254.GA55351@eos.sc1.parodius.com> <473AEED9.6070301@gmail.com> In-Reply-To: <473AEED9.6070301@gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200711161618.40441.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.91.2/4817/Fri Nov 16 15:06:29 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Andrey Subject: Re: RELENG_7 and HEAD: bge causes system 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: Fri, 16 Nov 2007 21:18:50 -0000 On Wednesday 14 November 2007 07:49 am, Andrey wrote: > Thanks for willingness to help! > > I've tried to play with hw.bge.allow_asf sysctl option many times > on many snapshots of 7-th branch (200708, 200709, 200710, > 7.0-BETA1.5, 7.0-BETA2). More that each time I tracked changes in > CVS assumed to be related with the problem I csup'ed sources and > tried again and again. Even changing corresponding code inside of > sys/dev/bge/if_bge.c (I mean string that currently looks like > "static int bge_allow_asf = 0;") didn't help. > > I know it helps other people who had similar porblems on their HP > machines with other Broadcom's NIC's. But unfortunately such a > solution does not fit my case :o(. > > Jeremy Chadwick wrote: > > This is a shot in the dark, but try putting the following in > > /boot/loader.conf: > > > > hw.bge.allow_asf=1 > > > > If /boot/loader.conf already has that in it, try a value of 0 > > instead. Please try: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/pci/pci.c.diff?r1=1.355;r2=1.356 Jung-uk Kim