Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2023 18:53:34 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: d1eb515f14e2 - main - bhyve: default UART to 115200
Message-ID:  <202308171853.37HIrYmk079237@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=d1eb515f14e26e345ef5075648bfc18361c7d576

commit d1eb515f14e26e345ef5075648bfc18361c7d576
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-08-17 17:36:02 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-08-17 18:53:23 +0000

    bhyve: default UART to 115200
    
    Reviewed by:    jhb
    Differential Revision:  https://reviews.freebsd.org/D41494
---
 usr.sbin/bhyve/uart_emul.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/bhyve/uart_emul.c b/usr.sbin/bhyve/uart_emul.c
index 645abf6dc243..917ce36b67f6 100644
--- a/usr.sbin/bhyve/uart_emul.c
+++ b/usr.sbin/bhyve/uart_emul.c
@@ -64,7 +64,7 @@
 #define	COM4_IRQ	3
 
 #define	DEFAULT_RCLK	1843200
-#define	DEFAULT_BAUD	9600
+#define	DEFAULT_BAUD	115200
 
 #define	FCR_RX_MASK	0xC0
 



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