From owner-freebsd-stable@FreeBSD.ORG Mon Feb 27 18:39:54 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 3009216A420 for ; Mon, 27 Feb 2006 18:39:54 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48CA043D46 for ; Mon, 27 Feb 2006 18:39:51 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 6F22AB80C for ; Mon, 27 Feb 2006 13:39:50 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <20060227181950.GB63750@sandvine.com> References: <4400D235.9030807@andric.com> <20060225225621.GA42888@sandvine.com> <4400E70F.2020902@andric.com> <20060226005712.GA48900@sandvine.com> <44010644.4000504@andric.com> <20060226021457.GB55658@sandvine.com> <4316577A-FF97-4929-B911-85A0009ADCC2@khera.org> <20060227181950.GB63750@sandvine.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Mon, 27 Feb 2006 13:39:49 -0500 To: stable@freebsd.org X-Mailer: Apple Mail (2.746.2) Cc: 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 18:39:54 -0000 On Feb 27, 2006, at 1:19 PM, Ed Maste wrote: > On Mon, Feb 27, 2006 at 11:07:35AM -0500, Vivek Khera wrote: > >> I get a 9600 baud console with the following after upgrade from 5.4: > > This is what I'm planning on putting in UPDATING: > > The i386 loader(8) now defaults to the serial speed set by the > previous boot stage, if the comconsole is already in use. If > you've changed BOOT_COMCONSOLE_SPEED in make.conf(5) and > installed a new loader, but have not rebuilt and > reinstalled the > boot blocks, then your loader will leave the console at 9600 > baud. You may either set comconsole_speed in loader.conf > (5), or > reinstall new boot blocks as described in boot(8). > > -ed ... or set -S option in boot.config. From other discussion, the -S option seems to be the most straightforward method. The boot block update is described in boot0cfg(8) not boot(8), and must be done post-installworld, just to be 100% clear. Thanks for adding it to UPDATING.