From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 8 18:35:11 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 4F40516A4CE for ; Mon, 8 Nov 2004 18:35:11 +0000 (GMT) Received: from boeing.ieo-research.it (boeing.ieo-research.it [213.92.108.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC58943D46 for ; Mon, 8 Nov 2004 18:35:09 +0000 (GMT) (envelope-from omar.punzalan@ifom-ieo-campus.it) Received: (qmail 60658 invoked by uid 811); 8 Nov 2004 18:34:32 -0000 Received: from omar.punzalan@ifom-ieo-campus.it by boeing.ieo-research.it by uid 803 with qmail-scanner-1.22 Clear:RC:0(::ffff:193.206.89.90):SA:0(-4.9/5.0):. Processed in 1.594508 secs); 08 Nov 2004 18:34:32 -0000 X-Spam-Status: No, hits=-4.9 required=5.0 Received: from unknown (HELO [10.210.89.90]) (opunzala@[::ffff:193.206.89.90]) (envelope-sender ) by smtp.ieo-research.it (qmail-ldap-1.03) with SMTP for ; 8 Nov 2004 18:34:30 -0000 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <20041108120100.2CC8216A4D2@hub.freebsd.org> References: <20041108120100.2CC8216A4D2@hub.freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Omar Punzalan Date: Mon, 8 Nov 2004 19:35:06 +0100 To: freebsd-hackers@freebsd.org X-Mailer: Apple Mail (2.619) Subject: 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: Mon, 08 Nov 2004 18:35:11 -0000 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? Omar