From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 26 17:25:08 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA19F16A4CE for ; Tue, 26 Apr 2005 17:25:08 +0000 (GMT) Received: from mx-out-04.forthnet.gr (mx-out.forthnet.gr [193.92.150.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2295943D5F for ; Tue, 26 Apr 2005 17:25:05 +0000 (GMT) (envelope-from dds@aueb.gr) Received: from mx-av-02.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) j3QHP3Ua014618 for ; Tue, 26 Apr 2005 20:25:03 +0300 Received: from mx-as-03.forthnet.gr (mx-as.forthnet.gr [193.92.150.226]) by mx-av-02.forthnet.gr (8.12.11/8.12.11) with ESMTP id j3QHP3Ti023879 for ; Tue, 26 Apr 2005 20:25:03 +0300 Received: from forthnet.gr (athmta03.forthnet.gr [193.92.150.22]) by mx-as-03.forthnet.gr (8.12.11/8.12.11) with ESMTP id j3QHP3wg028571 for ; Tue, 26 Apr 2005 20:25:03 +0300 Received: from [192.168.136.16] (dds.ath.forthnet.gr [213.16.179.162]) by forthnet.gr (8.12.11/8.12.11) with ESMTP id j3QHP1m5016732 for ; Tue, 26 Apr 2005 20:25:02 +0300 Message-ID: <426E7971.7060904@aueb.gr> Date: Tue, 26 Apr 2005 21:25:05 +0400 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, el, de MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <426D1F5A.20307@aueb.gr> <20050426165836.GA45067@dragon.NUXI.org> In-Reply-To: <20050426165836.GA45067@dragon.NUXI.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Kernel panics running 5.4-RC3 and 5.4-STABLE on an AMD-64 with 8GB RAM X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 17:25:08 -0000 David O'Brien wrote: > On Mon, Apr 25, 2005 at 08:48:26PM +0400, Diomidis Spinellis wrote: >>I am trying to make a Tyan S4882 (K8QSPro) motherboard with two 2.2GHz >>Opterons and 8GB RAM to work with FreeBSD. Both the 5.4-RC3 >>installation boot disk, and Thursday's 5.4-STABLE code panic. The >>system works fine with 4GB of RAM (it can run make buildworld), either >>by physically removing the memory, or by adding "set hw.physmem = 4GB" >>in boot/loader.rc. > > What BIOS version are you using, and what are your BIOS settings for > memory related things? Do you have "Hardware memory hole" or "Software > memory hole" enabled? Can use the full 8GB fine if you use "Failsafe > defaults"? If you use "Optimial defaults"? I am using BIOS version 1.0.2. Unfortunately, I've been unable to flash a newer BIOS; the procedure fails with an error indicating that the BIOS size did not mathc the image's size. This happens with all BIOS versions, including the one we are currently running. I'm waiting a reply from Tyan on this. These are the memory related BIOS settings. Advanced configuration: - 4GB memory adjust is set to auto (it can also be set to manual, in which case the hole size can be adjusted from 64MB - 2GB). - ACPI SRAT table is enabled - RSDT FADT revision 1 - HPET timer enabled - Halt on error yes - GART error reporting disabled Chipset configuration: - DRAM bank interleave auto - Node memory interleave disabled - ECC enabled - DRAM ECC enamble - ECC Scrub redirection enabled - 4 bit ECC enabled - DCACHE ECC ECC Scrub CPL disabled - L2 ECC Scrub Ctl disabled - DRAM ECC Scrub CPL 1.31 ms - Speculative TLB reload enabled In PCI configuration: - IO MMU enabled , size 256MB Thanks, Diomidis