From owner-freebsd-stable@FreeBSD.ORG Tue May 1 15:47:29 2007 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BA4C16A403 for ; Tue, 1 May 2007 15:47:29 +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 2073D13C483 for ; Tue, 1 May 2007 15:47:28 +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 l41FkACI073253; Tue, 1 May 2007 11:46:10 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-stable@FreeBSD.org Date: Tue, 1 May 2007 11:46:04 -0400 User-Agent: KMail/1.6.2 References: <20070501094643.6BC827F0A5@FreeBSD.csie.nctu.edu.tw> In-Reply-To: <20070501094643.6BC827F0A5@FreeBSD.csie.nctu.edu.tw> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200705011146.07715.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.90.2/3188/Tue May 1 06:24:57 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Jason Chang Subject: Re: bge watchdog timeout -- resetting problem on recent update 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: Tue, 01 May 2007 15:47:29 -0000 On Tuesday 01 May 2007 05:46 am, Jason Chang wrote: > Dear All, > > After further testing, we concluded that > > 1. sysctl > hw.pci.enable_msi > hw.pci.enable_msix > does not change the result. bge still timeout. Okay. > 2. using latest(2007/04) 7-current source does not have this > problem. That's weird. The only difference between -CURRENT and -STABLE is this: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/bge/if_bge.c.diff?r1=1.91.2.21;r2=1.186 Are you sure it is okay with -CURRENT? Ah, I see that you have IPMI module. Can you add the following line in /boot/loader.conf: hw.bge.allow_asf="1" and reboot? > 3. we are very sure the problem results from > if_bge.c 1.91.2.21 > if_bgereg.h 1.36.2.10 > brgphy.c 1.34.2.13 > which are all commited at 2007/03/21 22:53 > > Please help to check the source code and find out why it affects > bge (BCM 5704 and 5714) network nics. Let me know how it goes. Jung-uk Kim