From owner-freebsd-sparc64@FreeBSD.ORG Sat Mar 12 17:19:42 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 B814D16A4CE; Sat, 12 Mar 2005 17:19:42 +0000 (GMT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02CDF43D39; Sat, 12 Mar 2005 17:19:42 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) j2CHJeJY091438; Sat, 12 Mar 2005 18:19:40 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j2CHJZdq091437; Sat, 12 Mar 2005 18:19:35 +0100 (CET) (envelope-from marius) Date: Sat, 12 Mar 2005 18:19:35 +0100 From: Marius Strobl To: re@freebsd.org, sparc64@freebsd.org Message-ID: <20050312181935.A90975@newtrinity.zeist.de> References: <20050312062214.GH10159@hex.databits.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20050312062214.GH10159@hex.databits.net>; from will@csociety.org on Sat, Mar 12, 2005 at 12:22:14AM -0600 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-6; AVE: 6.30.0.5; VDF: 6.30.0.26; host: newtrinity.zeist.de) Subject: Re: Blade 100 w/ 5.4-PRERELEASE console 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: Sat, 12 Mar 2005 17:19:42 -0000 On Sat, Mar 12, 2005 at 12:22:14AM -0600, Will Andrews wrote: > Hello, > > David O'Brien asked me to email you about this issue. I have a > Sun Blade 100 running FreeBSD since 5.0. Recently, it appears > that a change was made to uart(4) which causes the console to > break. With older RELENG_5 kernels (specifically, mine from > November 2004 and the Feb_2005 SNAP001 version), the kernel sends > messages to ttya (serial console). However, with the recent > versions, you have to set {output,input}-device to "ttya" in the > OpenBoot PROM, to get the kernel messages. I believe the system > will still boot. But apparently with Solaris (and older FreeBSD) > the kernel sent messages to the serial console without needing to This should be fixed in sys/dev/uart/uart_cpu_sparc64.c rev. 1.18. Could you please update and verify that you now get a serial console on the Blade 100 with uart(4) when input-device=keyboard and output-device=screen but no keyboard is plugged in? > mess with the OBP variables. I believe this is needless pain for > users trying to install FreeBSD on their Blade 100s (and possibly > other models). No, this is a nit which easily can be worked around. A real pain is that binutils are broken on sparc64 and users have to manually apply a patch to the base src and recompile binutils in order to be able to build a number of ports. Marius