From owner-freebsd-amd64@FreeBSD.ORG Tue Nov 8 08:26:56 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org 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 56DD216A41F for ; Tue, 8 Nov 2005 08:26:56 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5D943D45 for ; Tue, 8 Nov 2005 08:26:54 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by wproxy.gmail.com with SMTP id i34so463946wra for ; Tue, 08 Nov 2005 00:26:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=E4t3/jwA8SqhmZXKbYbDYlk74DACG/Ko/e4c6Xo3gVKPs9gDA/DtP/sNDdsZigAiA0mnMDeUk/0uTdRjjh4+n8xBEVOZbSoqdmyu6oFVHMjyfVel7JviPUXdJgMgXTh9O9kSu9CyVSpPLO9cRjYF/Zp6b9JakG2mOzn9WAs/+/s= Received: by 10.65.193.17 with SMTP id v17mr6245225qbp; Tue, 08 Nov 2005 00:26:53 -0800 (PST) Received: by 10.64.151.6 with HTTP; Tue, 8 Nov 2005 00:26:53 -0800 (PST) Message-ID: Date: Tue, 8 Nov 2005 09:26:53 +0100 From: Claus Guttesen To: Scott Long In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <436F69DB.8060408@samsco.org> <436FD27E.1050802@samsco.org> Cc: freebsd-amd64 List Subject: Re: amd64 does not see all 4 GB RAM on tyan GT24 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Nov 2005 08:26:56 -0000 > > Not sure why the SMAP lines didn't get printed out. Anyways, check you= r > > BIOS for a setting related to PCI-Express. Some motherboards allow you > > to reclaim the 256MB hole that PCI-Express consumes. That should help > > your problem at least a little bit. > > I'll do tomorrow when I get back to work.I'll also try to change > memory mapping to software if that is not the default. I'll post the > result. Thank you for the feedback and the pointer to the thread that > discussed a similar (if not exact) issue. The thread is > http://lists.freebsd.org/pipermail/freebsd-amd64/2005-August/005814.html Hardware-remapping gave me this dmesg: real memory =3D 5100273664 (4864 MB) avail memory =3D 4126797824 (3935 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Software-remapping gave me: real memory =3D 5368709120 (5120 MB) avail memory =3D 4118933504 (3928 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs I've set memory remapping to hardware in bios. regards Claus