From owner-freebsd-ia64@FreeBSD.ORG Tue Nov 11 20:36:35 2003 Return-Path: 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 9018816A4CE for ; Tue, 11 Nov 2003 20:36:35 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07BB943F93 for ; Tue, 11 Nov 2003 20:36:33 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id hAC4aWbe005430; Tue, 11 Nov 2003 20:36:32 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) hAC4aWwW001048; Tue, 11 Nov 2003 20:36:32 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.10/8.12.10/Submit) id hAC4aWXi001047; Tue, 11 Nov 2003 20:36:32 -0800 (PST) (envelope-from marcel) Date: Tue, 11 Nov 2003 20:36:32 -0800 From: Marcel Moolenaar To: chen bo Message-ID: <20031112043632.GD870@athlon.pn.xcllnt.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: freebsd-ia64@freebsd.org Subject: Re: Re: how to install freebsd on HP rx2600 server X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 04:36:35 -0000 On Wed, Nov 12, 2003 at 11:33:33AM +0800, chen bo wrote: > but installation by serial console will report error : ... pci224: at device 1.0 (no driver attached) pci224: at device 1.1 (no driver attached) vga0: port 0xe000-0xe0ff mem 0xf8020000-0xf802ffff,0xf0000000-0xf7ffffff at device 2.0 on pci224 vga0: using legacy I/O and memory addresses. sio0: <16550 or compatible> iomem 0xff5e0000-0xff5e0007 irq 34 on acpi0 sio1: <16550 or compatible> iomem 0xff5e2000-0xff5e2007 irq 35 on acpi0 ... > start_init: trying /stand/sysinstall > > fatal kernel trap (cpu 0): > > trap vector = 0x14 (Page Not Present) > cr.iip = 0xe00000000084b890 > cr.ipsr = 0x1210080a6018 (ac,mfl,ic,i,dt,dfh,rt,cpl=0,it,ri=1,bn) > cr.isr = 0x20400000000 (code=0,vector=0,r,ei=1) > cr.ifa = 0x80 > curthread = 0xe00000003d9bac60 > pid = 1, comm = sysinstall > > Stopped at devtoname+0x11: ld8 r34=[r35] > db> > > > > How to resolve ? The kernel uses a serial device that it cannot find during bus enumeration. This is caused by having a DIG64 HCDP table that in all likelyhood defines the console port on the management board. The serial devices on the management board are not identified by the kernel. This is because puc(4) is either not configured in the kernel or the driver does not recognize the hardware yet. The 5.1 release is too old for me to remember if the support was there. To fix it, change the console in EFI to use the serial device that has no PCI node in the device path. In all likelyhood that gives you sio0. Plug the cable on the upper of the 2 serial connectors on the back. That's sio0 if I remember correctly (it's been a year). HTH, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net