From owner-freebsd-stable@FreeBSD.ORG Mon Feb 27 01:54:20 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AEC016A420 for ; Mon, 27 Feb 2006 01:54:20 +0000 (GMT) (envelope-from emaste@phaedrus.sandvine.ca) Received: from mailserver.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9056043D48 for ; Mon, 27 Feb 2006 01:54:19 +0000 (GMT) (envelope-from emaste@phaedrus.sandvine.ca) Received: from labgw2.phaedrus.sandvine.com ([192.168.3.11]) by mailserver.sandvine.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 26 Feb 2006 20:52:35 -0500 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 12627) id CB7D51366A; Sun, 26 Feb 2006 20:54:17 -0500 (EST) Date: Sun, 26 Feb 2006 20:54:17 -0500 From: Ed Maste To: Dimitry Andric Message-ID: <20060227015417.GA18226@sandvine.com> References: <200602260034.aa33612@nowhere.iedowse.com> <44010701.1050007@andric.com> <20060226020433.GA55658@sandvine.com> <44020D57.5050507@andric.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44020D57.5050507@andric.com> User-Agent: Mutt/1.4.2.1i X-OriginalArrivalTime: 27 Feb 2006 01:52:35.0203 (UTC) FILETIME=[7ADF2D30:01C63B40] Cc: Ian Dowse , stable@freebsd.org Subject: Re: RELENG_6: serial console drops back from 115200 to 9600 baud 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: Mon, 27 Feb 2006 01:54:20 -0000 On Sun, Feb 26, 2006 at 09:19:35PM +0100, Dimitry Andric wrote: > > comconsole_speed= in /boot/loader.conf > > existing speed, if comconsole is already set by previous stage > > BOOT_COMCONSOLE_SPEED compile time default > > Well, the last item will simply never be hit, since there is ALWAYS a > previous stage, isn't there? The second case only applies if the previous stage has set the console to the comconsole. If your /boot.config is empty, and loader.conf has console="comconsole", the compile-time BOOT_COMCONSOLE_SPEED applies. -ed