From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 24 14:29:10 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AFE216A4CF for ; Wed, 24 Nov 2004 14:29:10 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A38E43D41 for ; Wed, 24 Nov 2004 14:29:10 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1CWy8r-000PwV-2d; Wed, 24 Nov 2004 16:29:09 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: John Baldwin In-Reply-To: Message from John Baldwin Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Nov 2004 16:29:08 +0200 From: Danny Braniss Message-Id: <20041124142910.3A38E43D41@mx1.FreeBSD.org> cc: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= cc: hackers@freebsd.org Subject: Re: A20/keybord/no-keyboard X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 14:29:10 -0000 > > On Nov 24, 2004, at 2:47 AM, Danny Braniss wrote: > > >> If the VGA driver is present, the system will assume you want to use a > >> VGA console, unless you force one of the serial ports to become the > >> system console by setting the appropriate hint in device.hints or > >> loader.conf as documented in the sio(4) man page. For instance: > >> > >> hint.sio.0.flags="0x30" > >> > >> forces sio0 to become the system console regardless of the presence of > >> a display adapter. > >> > >> You may also have to tell the boot code and loader to use the serial > >> console; see their respective manual pages. > >> > > > > im using hint.sio.0.flags="0x20", and still, only after i removed the > > vga > > from the config file did i get the console output on the serial line. > > > > i'm using boot0sio, so the boot is also talking via the serial, but > > the BTX > > is still using the vga, compiling it to use the serial gave errors. > > BTX_SERIAL will not work with boot2 (hard drive boot blocks) due to > space > constraints. It does work for /boot/loader and pxeboot however. Note > that > it only outputs meaningful text if it crashes anyway, so I wouldn't > worry > about it. well, the host was not booting ... with BTX_SERIAL, btx does not compile, and for 'completness' it would be nice to have all console output, anyways my problem was not btx related. danny