git: 7c6a71d16c22 - main - i386 kernel is not built with vt_vbefb
Toomas Soome
tsoome at FreeBSD.org
Fri Jan 8 21:28:23 UTC 2021
The branch main has been updated by tsoome:
URL: https://cgit.FreeBSD.org/src/commit/?id=7c6a71d16c2200a9f580bdcd20b3e13edcc05904
commit 7c6a71d16c2200a9f580bdcd20b3e13edcc05904
Author: Toomas Soome <tsoome at FreeBSD.org>
AuthorDate: 2021-01-08 18:57:00 +0000
Commit: Toomas Soome <tsoome at FreeBSD.org>
CommitDate: 2021-01-08 18:58:23 +0000
i386 kernel is not built with vt_vbefb
Add vt_vbefb to GENERIC and NOTES
---
sys/i386/conf/GENERIC | 1 +
sys/i386/conf/NOTES | 1 +
2 files changed, 2 insertions(+)
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 2f1b8c545994..eac3a0af6c82 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -196,6 +196,7 @@ options SC_PIXEL_MODE # add support for the raster text mode
# vt is the new video console driver
device vt
device vt_vga
+device vt_vbefb
device agp # support several AGP chipsets
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index c086d0fc704e..f39f8ab6b302 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -423,6 +423,7 @@ options VGA_DEBUG
# vt(4) drivers.
device vt_vga
+device vt_vbefb
# Linear framebuffer driver for S3 VESA 1.2 cards. Works on top of VESA.
device s3pci
More information about the dev-commits-src-main
mailing list