From owner-freebsd-ia64 Wed Jan 8 18:37:31 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE1D37B401 for ; Wed, 8 Jan 2003 18:37:30 -0800 (PST) Received: from caduceus.sc.intel.com (fmr04.intel.com [143.183.121.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDA543E4A for ; Wed, 8 Jan 2003 18:37:29 -0800 (PST) (envelope-from adsharma@unix-os.sc.intel.com) Received: from petasus.sc.intel.com (petasus.sc.intel.com [10.3.253.4]) by caduceus.sc.intel.com (8.11.6/8.11.6/d: outer.mc,v 1.51 2002/09/23 20:43:23 dmccart Exp $) with ESMTP id h092aXu29431 for ; Thu, 9 Jan 2003 02:36:33 GMT Received: from unix-os.sc.intel.com (unix-os.sc.intel.com [143.183.96.244]) by petasus.sc.intel.com (8.11.6/8.11.6/d: inner.mc,v 1.27 2002/10/16 23:46:59 dmccart Exp $) with ESMTP id h092adZ11062 for ; Thu, 9 Jan 2003 02:36:39 GMT Received: (from adsharma@localhost) by unix-os.sc.intel.com (8.11.6/8.11.2) id h092bTe31523 for freebsd-ia64@freebsd.org; Wed, 8 Jan 2003 18:37:29 -0800 Date: Wed, 8 Jan 2003 18:37:29 -0800 From: Arun Sharma To: freebsd-ia64@freebsd.org Subject: Running on SKI ? Message-ID: <20030108183729.A31452@unix-os.sc.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I tried to run on SKI and found a bunch of issues: 1) machdep.c: Assertion failure #ifndef SKI /* Map the memory mapped I/O Port space */ KASSERT(ia64_port_base != 0, ("%s: no I/O port memory region", __func__)); map_port_space(); #endif 2) Writing to ar.fcr gives a general exception. I had to comment it out: swtch.s: //mov ar.fcr=r16 3) Alternate data TLB faults in msgaddchar. This is where I got stuck. 4) The SKI config file needs COMPAT_FREEBSD4 - otherwise the code doesn't compile. Also, other unrelated questions: - Is there a way to make symbols work with SKI ? symlist shows the symbols for dfr's bootloader, but not for the kernel. - Is there a way to make boot_verbose work with this bootloader ? -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message