From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 27 16:50:11 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F29D916A420 for ; Mon, 27 Feb 2006 16:50:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE3E43D49 for ; Mon, 27 Feb 2006 16:50:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RGoAh4082957 for ; Mon, 27 Feb 2006 16:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RGoAV9082956; Mon, 27 Feb 2006 16:50:10 GMT (envelope-from gnats) Date: Mon, 27 Feb 2006 16:50:10 GMT Message-Id: <200602271650.k1RGoAV9082956@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Vivek Khera Cc: Subject: Re: kern/93904: serial console wired to 9600 baud X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 16:50:11 -0000 The following reply was made to PR kern/93904; it has been noted by GNATS. From: Vivek Khera To: Ruslan Ermilov Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/93904: serial console wired to 9600 baud Date: Mon, 27 Feb 2006 11:39:23 -0500 On Feb 27, 2006, at 11:24 AM, Ruslan Ermilov wrote: > On Mon, Feb 27, 2006 at 10:42:28AM -0500, Vivek Khera wrote: >> For years I've been building my systems with a serial console >> running at >> 115200 baud. >> >> Now, with 6.1-PRE, it seems that the console is wired to 9600 baud >> despite the >> following settings: >> > 1. Update your boot blocks (bsdlabel -B). > 2. Add -S115200 to /boot.config. > 3. Re-read an updated loader(8) manpage, search for > "comconsole_speed". Thanks. I found the discussion on -stable shortly after I filed the bug report. Please mark this PR as "POLA violation needs documentation" :-) Or just close it, I suppose.