Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2023 17:47:07 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3ff06779936a - main - share/examples: clarify BOOT_COMCONSOLE_SPEED
Message-ID:  <202308171747.37HHl7FD062516@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=3ff06779936adc4931696688e3bd5997841d5e39

commit 3ff06779936adc4931696688e3bd5997841d5e39
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-08-17 17:43:39 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-08-17 17:46:42 +0000

    share/examples: clarify BOOT_COMCONSOLE_SPEED
    
    Give an example of why one may want to override BOOT_COMCONSOLE_SPEED so
    that it's clear why the default (in a comment) and the commented-out
    example setting have different values.
    
    Reported by:    otis
    Fixes: 4722ceb7d53e ("Use 115200 bps by default for serial communication")
---
 share/examples/etc/make.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 56332932e359..e450ea04eb14 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -167,7 +167,8 @@
 #
 #BOOT_COMCONSOLE_PORT=	0x3F8
 #
-# The default serial console speed is 115200.
+# The default serial console speed is 115200. It can be set to a different
+# rate, if desired in your environment.
 #
 #BOOT_COMCONSOLE_SPEED=	9600
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308171747.37HHl7FD062516>