From owner-freebsd-stable@FreeBSD.ORG Mon Jan 17 17:28:16 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45CA316A4CE for ; Mon, 17 Jan 2005 17:28:16 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7CB643D49 for ; Mon, 17 Jan 2005 17:28:15 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.12] (g4.samsco.home [192.168.254.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id j0HHWNbG020763; Mon, 17 Jan 2005 10:32:23 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41EBF5AD.2040403@freebsd.org> Date: Mon, 17 Jan 2005 10:28:13 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: in2 References: <20050117032925.GA29922@in2home.org> <20050117153039.GA54135@in2home.org> In-Reply-To: <20050117153039.GA54135@in2home.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-stable@freebsd.org Subject: Re: panic: PAE with 16GB ram X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 17:28:16 -0000 in2 wrote: > On Mon, Jan 17, 2005 at 11:29:25AM +0800, in2 wrote: > >>Hi, >>I use Tyan S2882 with dual Opteron and FreeBSD 4.10-RELEASE with >>PAE support. it works fine with 8GB and 12GB ram, but panics with >>16GB (with the same kernel) : > > the kernel panics just after booting: > This is a known deficiency in the low-level startup code. Try editing /sys/i386/include/pmap.h and doubling or quadroupling the value of NKPT. Scott