git: d1eb515f14e2 - main - bhyve: default UART to 115200
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 18:53:34 UTC
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