From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 10 20:17:54 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A7C16A4CE for ; Wed, 10 Nov 2004 20:17:54 +0000 (GMT) Received: from coruscant.rfc1149.org (coruscant.rfc1149.org [217.160.130.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA5143D1F for ; Wed, 10 Nov 2004 20:17:54 +0000 (GMT) (envelope-from arne@rfc2549.org) Received: by coruscant.rfc1149.org (Postfix, from userid 110) id 76DE53CBE; Wed, 10 Nov 2004 21:17:52 +0100 (CET) Received: from kamino.rfc1149.org (kamino.rfc1149.org [2001:8d8:81:11::2]) by coruscant.rfc1149.org (Postfix) with ESMTP id 593343CA2; Wed, 10 Nov 2004 21:17:50 +0100 (CET) Received: by kamino.rfc1149.org (Postfix, from userid 1001) id D51F14089; Wed, 10 Nov 2004 21:17:47 +0100 (CET) To: Omar Punzalan In-Reply-To: (Omar Punzalan's message of "Mon, 8 Nov 2004 19:35:06 +0100") References: <20041108120100.2CC8216A4D2@hub.freebsd.org> From: Arne Schwabe Date: Wed, 10 Nov 2004 21:17:47 +0100 Message-ID: <86ekj1laqc.fsf@kamino.rfc1149.org> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on coruscant.rfc1149.org X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Level: cc: freebsd-hackers@freebsd.org Subject: Re: RX4640 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 20:17:54 -0000 Omar Punzalan writes: > Dear Hackers, > > I have successfully installed my new (and shiny) freebsd5.3 on one of > our hp rx4640 itanium2 system. With the SMP kernel, it has detected > the 4 CPUs correctly. But then reviewing the /var/log/messages, its > sees only 1G of ram: > > Nov 8 18:10:50 TEST2 kernel: real memory = 1058357248 (1009 MB) > Nov 8 18:10:50 TEST2 kernel: avail memory = 1018814464 (971 MB) > Nov 8 18:10:50 TEST2 kernel: FPSWA Revision = 0x10012, Entry = > 0xe0000040ffe62050 > Nov 8 18:10:50 TEST2 kernel: FreeBSD/SMP: Multiprocessor System > Detected: 4 CPUs > > On my web searches, I found out that not even PAE is supported in ia64 > arch. I also put hw.physmem=8G inside the loader.conf but no effect. > Is there a way for me to convince freebsd that the system has 8Gb of > ram? If I remember PAE was a hack for IA32 to allow more then 4GB but since ia64 is 64 bit it should not such a hack for > 4gb Arne -- compiling millions of tiny c-programs...done checking for a working configure script... not found