From owner-freebsd-ppc@FreeBSD.ORG Tue Nov 10 22:32:59 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B979C1065692; Tue, 10 Nov 2009 22:32:59 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 733928FC2B; Tue, 10 Nov 2009 22:32:59 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id CE22811AA7; Wed, 11 Nov 2009 08:32:56 +1000 (EST) Received: from sylviep3-lxp.hq.netapp.com (c-71-237-65-109.hsd1.co.comcast.net [71.237.65.109]) by dommail.onthenet.com.au (MOS 4.1.6-GA) with ESMTP id AEY82148 (AUTH peterg@ptree32.com.au); Wed, 11 Nov 2009 08:32:24 +1000 Message-ID: <4AF9E9F5.8000207@freebsd.org> Date: Tue, 10 Nov 2009 15:32:21 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Nathan Whitehorn References: <4AF219DF.2040309@freebsd.org> <4AF46399.20803@freebsd.org> <4AF575D2.5020101@freebsd.org> <4AF577F6.2080708@freebsd.org> <4AF90970.4080708@freebsd.org> In-Reply-To: <4AF90970.4080708@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD PowerPC ML Subject: Re: 8.0-RC2 on Rackmac3,1 - fatal kernel trap X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2009 22:33:02 -0000 Hi Nathan, > This problem should be fixed now. Almost :) My 7,2 and 11,2 G5's now hit the panic: 7,2: 120 translations 11,2: 126 translations If you are concerned about BSS usage for holding the translations, it might be possible to bump up the loader's unit of allocation from 16 pages to 64 when on a G5. See the history of that at http://svn.freebsd.org/viewvc/base/head/sys/boot/ofw/libofw/ofw_copy.c?view=log later, Peter.