git: 2580d1958545 - stable/13 - riscv: Add vt and kbdmux to GENERIC for video console support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 13:38:17 UTC
The branch stable/13 has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=2580d19585458341c8dac0fcbb51e18131ccde93
commit 2580d19585458341c8dac0fcbb51e18131ccde93
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2021-10-03 18:34:53 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2021-10-10 13:36: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
(cherry picked from commit 2404f03fca7e5f62946d0da0f614c9db75a0df09)
---
sys/riscv/conf/GENERIC | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index d5aa270fb024..8c3162d6ae1e 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