Bug 176606

Summary: [loader] loader doesn't get value of "comconsole_speed" correctly
Product: Base System Reporter: Irakli M <ika256>
Component: miscAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me CC: imp
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Irakli M 2013-03-02 18:30:00 UTC
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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-05-04 22:31:51 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-bugs

reclassify.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:58:27 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 3 Warner Losh freebsd_committer freebsd_triage 2021-07-07 04:15:35 UTC
this issue was fixed ages ago.