From owner-freebsd-current@FreeBSD.ORG Sun Jan 4 16:38:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1B3116A4CF for ; Sun, 4 Jan 2004 16:38:10 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E32743D1D for ; Sun, 4 Jan 2004 16:38:08 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7C9C46547E; Mon, 5 Jan 2004 00:38:06 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 65721-02-15; Mon, 5 Jan 2004 00:38:06 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id E9FC365468; Mon, 5 Jan 2004 00:38:04 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id CDA5B40; Mon, 5 Jan 2004 00:38:03 +0000 (GMT) Date: Mon, 5 Jan 2004 00:38:03 +0000 From: Bruce M Simpson To: "M. Warner Losh" Message-ID: <20040105003803.GB59922@saboteur.dek.spc.org> References: <20040103233044.N17367@root.org> <20040104.003330.54786488.imp@bsdimp.com> <20040104150929.Y19715@root.org> <20040104.164103.03383403.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040104.164103.03383403.imp@bsdimp.com> cc: current@freebsd.org cc: nate@root.org Subject: Re: Serial console only works after reboot? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 00:38:10 -0000 On Sun, Jan 04, 2004 at 04:41:03PM -0700, M. Warner Losh wrote: > Somewhere along the way, it gets set to 115200. Maybe it is > initialized to 115200 by the boot blocks? I think once there's a > divisor programmed into the serial port, the kernel console code > doesn't change it. I could be wrong about this, however.... Try installing boot0sio as your boot manager. It specifically requests 9600 8-N-1 via BIOS calls. However this does mean that boot selection has to happen over COM1. BMS