From khera@kcilink.com  Mon Feb 27 15:42:33 2006
Return-Path: <khera@kcilink.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 88B7B16A422
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Feb 2006 15:42:33 +0000 (GMT)
	(envelope-from khera@kcilink.com)
Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 770CE43D64
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Feb 2006 15:42:29 +0000 (GMT)
	(envelope-from khera@kcilink.com)
Received: by yertle.kcilink.com (Postfix, from userid 1002)
	id D3944B80F; Mon, 27 Feb 2006 10:42:28 -0500 (EST)
Message-Id: <20060227154228.D3944B80F@yertle.kcilink.com>
Date: Mon, 27 Feb 2006 10:42:28 -0500 (EST)
From: Vivek Khera <vivek@khera.org>
Reply-To: Vivek Khera <vivek@khera.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: serial console wired to 9600 baud
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         93904
>Category:       kern
>Synopsis:       serial console wired to 9600 baud
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 27 15:50:03 GMT 2006
>Closed-Date:    Mon Feb 27 19:39:36 GMT 2006
>Last-Modified:  Mon Feb 27 19:39:36 GMT 2006
>Originator:     Vivek Khera
>Release:        FreeBSD 6.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD yertle.int.kciLink.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Sat Feb 25 22:10:18 EST 2006 khera@yertle.int.kciLink.com:/usr/obj/usr/src/sys/KCI64 amd64


	
>Description:
	

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:

make.conf:
BOOT_COMCONSOLE_SPEED=115200

kernel:
options		CONSPEED=115200	# Speed for serial console

and in /etc/ttys:
ttyd0	"/usr/libexec/getty std.115200"	dialup	on  secure

/boot.config has "-Dh"

The serial port insists on running at 9600 baud during boot/shutdown and even
getty has its speed overridden to 9600 baud so login is at the slower speed
too.

>How-To-Repeat:
	

upgrade 5.4 system to 6.1-PRE via source with above settings.  serial console
insists on being 9600 baud.

>Fix:

	

I wish I knew.  It works as expected with the above settings since version 4.1
through version 6.0-REL-p4.

>Release-Note:
>Audit-Trail:

From: Ruslan Ermilov <ru@FreeBSD.org>
To: Vivek Khera <vivek@khera.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: kern/93904: serial console wired to 9600 baud
Date: Mon, 27 Feb 2006 18:24:29 +0200

 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".
 
 
 Cheers,
 -- 
 Ruslan Ermilov
 ru@FreeBSD.org
 FreeBSD committer

From: Vivek Khera <vivek@khera.org>
To: Ruslan Ermilov <ru@FreeBSD.org>
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.
 
 
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Mon Feb 27 19:39:14 UTC 2006 
State-Changed-Why:  
Closed per originator's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93904 
>Unformatted:
