From owner-freebsd-ia64@FreeBSD.ORG Sun Jun 10 19:29:51 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 817FD16A468 for ; Sun, 10 Jun 2007 19:29:51 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.176]) by mx1.freebsd.org (Postfix) with ESMTP id 69CC013C44B for ; Sun, 10 Jun 2007 19:29:51 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/smtpout06/MantshX 4.0) with ESMTP id l5AJTnhh022967; Sun, 10 Jun 2007 12:29:49 -0700 (PDT) Received: from [172.16.1.3] (209-128-86-226.bayarea.net [209.128.86.226]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id l5AJTln0008955 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 10 Jun 2007 12:29:48 -0700 (PDT) In-Reply-To: <93AE228A-5E2A-4485-855C-DD2F09E09E89@mac.com> 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> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <43EBC9F9-9665-412C-9236-6913673EFE19@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Sun, 10 Jun 2007 12:29:36 -0700 To: Richard Walter X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes 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: Sun, 10 Jun 2007 19:29:51 -0000 [Followup] On May 4, 2007, at 9:00 AM, 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 Richard, The machine is definitely hung at this point. The problem is a faulty address specifier in ACPI. The address in the GAS is a memory mapped I/O address, while the address space indication is I/O port space. This discrepancy results in an invalid access to I/O port space, which causes the machine to hang. I put a work around in FreeBSD-current that checks for this and calculate the intended memory address rather than the I/O port memory address. This makes the kernel boot. The work-around will be in the June snapshot and you should be able to boot on the rx2660. FYI, -- Marcel Moolenaar xcllnt@mac.com