From nobody@FreeBSD.org  Sat Mar  2 18:24:33 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id D533B921
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  2 Mar 2013 18:24:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id BC65FB60
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  2 Mar 2013 18:24:33 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r22IOXN5052778
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 2 Mar 2013 18:24:33 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r22IOXHf052777;
	Sat, 2 Mar 2013 18:24:33 GMT
	(envelope-from nobody)
Message-Id: <201303021824.r22IOXHf052777@red.freebsd.org>
Date: Sat, 2 Mar 2013 18:24:33 GMT
From: Irakli <ika256@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: loader doesn't get value of "comconsole_speed" correctly
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176606
>Category:       misc
>Synopsis:       [loader] loader doesn't get value of "comconsole_speed" correctly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 02 18:30:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Sat May 04 21:32:16 UTC 2013
>Originator:     Irakli
>Release:        9.1
>Organization:
none
>Environment:
FreeBSD ns 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
loader doesn't get value of "comconsole_speed" correctly
as described in handbook:

Enable comconsole_speed in /boot/loader.conf.
boot_multicons="YES"
boot_serial="YES"
comconsole_speed="115200"
console="comconsole,vidconsole"

after that it works at default speed 9600 not at 115200
but if you change place last two config options it works fine

I think it's bug and result shouldn't depend is "comconsole_speed" parameter
defined before or after "console" parameter
if it's not bug please correct order in handbook  

>How-To-Repeat:
/boot/loader.conf
comconsole_speed="115200"
console="comconsole,vidconsole"

console works at 9600

---------

/boot/loader.conf
console="comconsole,vidconsole"
comconsole_speed="115200"

console works at 115200

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat May 4 21:31:51 UTC 2013 
Responsible-Changed-Why:  
reclassify. 

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