The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=2404f03fca7e5f62946d0da0f614c9db75a0df09
commit 2404f03fca7e5f62946d0da0f614c9db75a0df09 Author: Jessica Clarke <[email protected]> AuthorDate: 2021-10-03 18:34:53 +0000 Commit: Jessica Clarke <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
