Bug 176606 - [loader] loader doesn't get value of "comconsole_speed" correctly
Summary: [loader] loader doesn't get value of "comconsole_speed" correctly
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Warner Losh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-02 18:30 UTC by Irakli M
Modified: 2021-07-07 04:15 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.