Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 2021 18:36:50 GMT
From:      Jessica Clarke <jrtc27@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2404f03fca7e - main - riscv: Add vt and kbdmux to GENERIC for video console support
Message-ID:  <202110031836.193IaoTI074940@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=2404f03fca7e5f62946d0da0f614c9db75a0df09

commit 2404f03fca7e5f62946d0da0f614c9db75a0df09
Author:     Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2021-10-03 18:34:53 +0000
Commit:     Jessica Clarke <jrtc27@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
 



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