From owner-freebsd-stable@FreeBSD.ORG Mon Feb 27 15:59:42 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 3DF8916A420 for ; Mon, 27 Feb 2006 15:59:42 +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 3758243D76 for ; Mon, 27 Feb 2006 15:59:36 +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 82771B80D for ; Mon, 27 Feb 2006 10:59:35 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <200602260156.aa34941@nowhere.iedowse.com> References: <200602260156.aa34941@nowhere.iedowse.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 10:59:35 -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 15:59:42 -0000 On Feb 25, 2006, at 8:56 PM, Ian Dowse wrote: > They probably used 9600 for the boot blocks, and then switched to > 115200 when /boot/loader started, so you didn't notice. Now the > settings from the boot blocks get used by /boot/loader. Please document this loudly in the UPGRADING file. It caught me totally by surprise that the console speed was now 9600. I thought I lost my serial console since the BIOS was booting up at 115200. If it weren't for the other error (ACPI) keeping the kernel from booting, I would have realized it *before* I drove down to the office late saturday night. See, I needed a serial console to disable part of acpi for debugging.... :-( Anyhow, please, please document this in UPGRADING so others won't be bitten by it. Thanks!