From owner-freebsd-stable@FreeBSD.ORG Fri Feb 19 05:51:33 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33D0C106566B for ; Fri, 19 Feb 2010 05:51:33 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [194.58.105.35]) by mx1.freebsd.org (Postfix) with ESMTP id E17EA8FC0A for ; Fri, 19 Feb 2010 05:51:31 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NiLlx-000DLH-RQ; Fri, 19 Feb 2010 08:51:29 +0300 Date: Fri, 19 Feb 2010 08:51:29 +0300 From: Slawa Olhovchenkov To: Pyun YongHyeon Message-ID: <20100219055129.GL55307@zxy.spb.ru> References: <147432021002141004o6c1412b7gd548b87709532ef9@mail.gmail.com> <20100216175719.GB1394@michelle.cdnetworks.com> <20100218143822.GA8380@zxy.spb.ru> <20100218193612.GB11675@michelle.cdnetworks.com> <20100218212428.GJ55307@zxy.spb.ru> <20100218213213.GD11675@michelle.cdnetworks.com> <20100218215039.GK55307@zxy.spb.ru> <20100219001913.GE11675@michelle.cdnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100219001913.GE11675@michelle.cdnetworks.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: Nick Rogers , stable@freebsd.org Subject: Re: trap 12: page fault while in kernel mode on 8.0-RELEASE (possibly bge(4) related) 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, 19 Feb 2010 05:51:33 -0000 On Thu, Feb 18, 2010 at 04:19:13PM -0800, Pyun YongHyeon wrote: > > I'm still not sure whether the panic is related with bge(4) but > there are a couple of missing workaround for PCIX BCM5704 silicon > bug in bge(4). Did you also see the panic before updating to > stable/8? Before updating to stable/8 2010-Feb-16 I see network freez on stable/8 2009-Sep -- bge stop receiving packets (by tcpdump), after aprox. 40-50 days uptime. > Anyway, try attached patch and let me know how it works. Thanks, I try.