git: 2404f03fca7e - main - riscv: Add vt and kbdmux to GENERIC for video console support
Jessica Clarke
jrtc27 at FreeBSD.org
Sun Oct 3 18:36:50 UTC 2021
The branch main has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=2404f03fca7e5f62946d0da0f614c9db75a0df09
commit 2404f03fca7e5f62946d0da0f614c9db75a0df09
Author: Jessica Clarke <jrtc27 at FreeBSD.org>
AuthorDate: 2021-10-03 18:34:53 +0000
Commit: Jessica Clarke <jrtc27 at FreeBSD.org>
CommitDate: 2021-10-03 18:34:53 +0000
riscv: Add vt and kbdmux to GENERIC for video console support
No in-tree drivers are supported for RISC-V (given it supports UEFI we
could enable the EFI framebuffer, but U-Boot has very limited hardware
support and EDK2 remains a work in progress), but drm-kmod exists with
drivers for video cards that can be used with the HiFive Unmatched.
Reviewed by: imp, jhb
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D32001
---
sys/riscv/conf/GENERIC | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index ae7f1c166273..a02a30d4834f 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -134,6 +134,10 @@ device uart # Generic UART driver
device uart_lowrisc # lowRISC UART driver
device uart_ns8250 # ns8250-type UART driver
+# Console
+device vt
+device kbdmux
+
# RTC
device goldfish_rtc # QEMU RTC
More information about the dev-commits-src-all
mailing list