From owner-freebsd-ia64@FreeBSD.ORG Fri May 4 17:15:47 2007 Return-Path: X-Original-To: freebsd-ia64@freebsd.org Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E3FE16A404 for ; Fri, 4 May 2007 17:15:47 +0000 (UTC) (envelope-from rick.jones2@hp.com) Received: from palrel13.hp.com (palrel13.hp.com [156.153.255.238]) by mx1.freebsd.org (Postfix) with ESMTP id 5732E13C45A for ; Fri, 4 May 2007 17:15:47 +0000 (UTC) (envelope-from rick.jones2@hp.com) Received: from tardy.cup.hp.com (tardy.cup.hp.com [15.244.56.217]) by palrel13.hp.com (Postfix) with ESMTP id A43673430C; Fri, 4 May 2007 10:15:44 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by tardy.cup.hp.com (8.9.3 (PHNE_28810)/8.9.3 SMKit7.02) with ESMTP id KAA28737; Fri, 4 May 2007 10:15:43 -0700 (PDT) Message-ID: <463B6A3F.40002@hp.com> Date: Fri, 04 May 2007 10:15:43 -0700 From: Rick Jones User-Agent: Mozilla/5.0 (X11; U; HP-UX 9000/785; en-US; rv:1.7.13) Gecko/20060601 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <461357FF.1060505@hob.de> <461492A3.9@hob.de> <46152B18.2000504@hp.com> <92E5D9E5-4F6A-426D-93F7-2B14AF39CD38@mac.com> <46153842.7050306@hp.com> <713E07DF-2785-4738-83A5-FBBC503E49FB@mac.com> <463B0AB3.4010102@hob.de> <93AE228A-5E2A-4485-855C-DD2F09E09E89@mac.com> In-Reply-To: <93AE228A-5E2A-4485-855C-DD2F09E09E89@mac.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ia64@freebsd.org Subject: Re: Install problem HP integrity rx2660(Montecito) X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2007 17:15:47 -0000 Marcel Moolenaar wrote: > On May 4, 2007, at 3:28 AM, Richard Walter wrote: > >> Output from console: >> >> FreeBSD 7.0-CURRENT-200704 #0: Sat Apr 14 03:19:00 UTC 2007 >> root@pluto1.freebsd.org:/usr/obj/usr/src/sys/GENERIC >> CPU: Montecito (1594.71-Mhz Itanium 2) >> Origin = "GenuineIntel" Revision = 7 >> Features = 0x5 >> real memory = 1050492928 (1001 MB) >> avail memory = 978149376 (932 MB) >> FPSWA Revision = 0x10012, Entry = 0xe0000100ffd18050 >> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs >> cpu0: SAPIC Id=0, SAPIC Eid=0 (BSP) >> cpu2: SAPIC Id=2, SAPIC Eid=0 >> acpi0: on motherboard > > > o Montecito is a dual-core processor. I think it also has > hyperthreads. This may be the discrepancy between the > detection of 4 cpus and only having woken 2 (cpu 0 and 2). > Unfortunately, I don't have a montecito-based machine, > so there's no support for montecito. Try building an UP > kernel and see if it boots. Actually, I think there _are_ some low-end, single-core "Montecito" processors. Or at least, one can order an rx2660 with a 1.6 GHz single-core CPU. I'm ass-u-me-ing it is a single-core Itanium2 9000 series (aka Montecito). Click on "Options and Accessories" on the page to which http://www.hp.com/go/rx2660 takes you. Hyperthreading should be disabled by default. To check or reset it one can use the cpuconfig command from EFI. rick jones > o Normally it takes a while after "acpi0: on motherboard" > before there's more output. I don't know how long you waited > but make sure it's at least 10 minutes to begin with (just > to be sure). > o Try booting verbose. It may tell a bit more. > > HTH, >