From owner-freebsd-sparc64@FreeBSD.ORG Tue Apr 26 07:41:25 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 250D616A4CE for ; Tue, 26 Apr 2005 07:41:25 +0000 (GMT) Received: from servww6.ww.uni-erlangen.de (servww6.ww.uni-erlangen.de [131.188.238.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B4C43D49 for ; Tue, 26 Apr 2005 07:41:23 +0000 (GMT) (envelope-from ardelean@ww.uni-erlangen.de) Received: from localhost (ardelean@localhost)ESMTP id j3Q7fIW20642; Tue, 26 Apr 2005 09:41:18 +0200 Date: Tue, 26 Apr 2005 09:41:18 +0200 (CEST) From: Gheorghe Ardelean To: Doug White In-Reply-To: <20050425212012.X43358@carver.gumbysoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-sparc64@freebsd.org Subject: Re: Problems with 5.3R on Ultra1 with Qlogic SBUS Controller X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 07:41:25 -0000 On Mon, 25 Apr 2005, Doug White wrote: > On Wed, 13 Apr 2005, Gheorghe Ardelean wrote: > > > > > On Wed, 2 Mar 2005, Doug White wrote: > > > > > On Tue, 1 Mar 2005, Gheorghe Ardelean wrote: > > > > > > > > > > > Hi, > > > > > > > > I am trying to boot my plain Ultra1 (not 1E) which is not supported "as > > > > is". So I put an Qlogic SBUS Diff SCSI controller (ISP1000) in it and a > > > > HDD on which I have preinstalled FreeBSD 5.3R ( on my Ultra 5 + Adaptec 2944). > > > > > > > > As soon as it detects the zs0 the boot process hangs. > > > > Has anybody any idea about what could cause this hang? > > > > > > I'm assuming you're booting off serial console here... does booting off > > > the framebuffer work any better? > > > > It's better up to a point. So it boots up to the point where the login > > prompt should appear. After the information about the todays date and > > time an error message appears telling me that: > > > > /dev/screen no such file or directory > > > > Any idea why? > > You need to run mergemaster. that should replace the lines in there and > enable gettys on your serial ports. Well, this was a CD install from 5.3-RELEASE (all the files and lines should be there). I was using the framebuffer, as you suggested, so I don't think some tty lines in /etc/ttys have an influence. My /etc/ttys has lines for uart(4), zs(4) and sab(4) so it should also work on serial console, but it does not. It just stops after detecting the first serial port. With 5.4-RC2 is even worse because it's frozen just after loading the kernel (see my other posting). Other users have the same behavior with other SUN hardware (ultra 2, ultra 30). Regards, Johny.