From owner-dev-commits-src-all@freebsd.org Fri Jan 8 21:28:23 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CECD4D7875; Fri, 8 Jan 2021 21:28:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCGRq39Xtz3JL0; Fri, 8 Jan 2021 21:28:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 602C22246; Fri, 8 Jan 2021 21:28:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 108LSNZh078192; Fri, 8 Jan 2021 21:28:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 108LSNg5078191; Fri, 8 Jan 2021 21:28:23 GMT (envelope-from git) Date: Fri, 8 Jan 2021 21:28:23 GMT Message-Id: <202101082128.108LSNg5078191@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Toomas Soome Subject: git: 7c6a71d16c22 - main - i386 kernel is not built with vt_vbefb MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tsoome X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7c6a71d16c2200a9f580bdcd20b3e13edcc05904 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2021 21:28:23 -0000 The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=7c6a71d16c2200a9f580bdcd20b3e13edcc05904 commit 7c6a71d16c2200a9f580bdcd20b3e13edcc05904 Author: Toomas Soome AuthorDate: 2021-01-08 18:57:00 +0000 Commit: Toomas Soome 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