From owner-freebsd-stable@FreeBSD.ORG Wed Jul 2 08:05:01 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10131106567B for ; Wed, 2 Jul 2008 08:05:01 +0000 (UTC) (envelope-from mh@kernel32.de) Received: from crivens.kernel32.de (crivens.terrorteam.de [81.169.171.191]) by mx1.freebsd.org (Postfix) with ESMTP id C7A798FC22 for ; Wed, 2 Jul 2008 08:05:00 +0000 (UTC) (envelope-from mh@kernel32.de) Received: from www.terrorteam.de (localhost [127.0.0.1]) by crivens.kernel32.de (Postfix) with ESMTP id CC8B4B0297; Wed, 2 Jul 2008 10:04:59 +0200 (CEST) MIME-Version: 1.0 Date: Wed, 2 Jul 2008 10:04:59 +0200 From: Marian Hettwer To: Jo Rhett In-Reply-To: References: Message-ID: <62befb2b24054f59734de3d2b21b9417@localhost> X-Sender: mh@kernel32.de User-Agent: RoundCube Webmail/0.1-rc2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org Subject: Re: no serial console for ttyd0 HP Blade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 08:05:01 -0000 On Wed, 2 Jul 2008 00:16:41 -0700, Jo Rhett wrote: > I'll bet you that sio is deciding that com1 or not, it's sio1 (not > sio0) which can be fixed with the changes I mention below. > puuuh, well, with your suggested change, I do get a login prompt now (at ttyd1 it says), but I don't see any bootup messages anymore. It seems that the sio0 is irq 4 while booting and becomes irq3 later. That's odd. If I remember correctly, one was able to configure the mapping of serial ports in the BIOS (in regards to those HP blades). Perhaps that helps. I'll give it a shot and if I found a way to have boot messages and the login getty, I'll drop a [solved] mail to this list. Anyway, thanks all so far :-) regards, Marian