Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 2021 21:28:39 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 228e020a3b61 - main - Correct syscons description in i386 and amd64 configs
Message-ID:  <202111272128.1ARLSd1N081943@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=228e020a3b6142bef17cfeb86cf06f1fd1f4f1fc

commit 228e020a3b6142bef17cfeb86cf06f1fd1f4f1fc
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-11-27 21:15:41 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-11-27 21:22:42 +0000

    Correct syscons description in i386 and amd64 configs
    
    Commit 2d6f6d63733d switched to vt(4) as the default console.
    
    Sponsored by:   The FreeBSD Foundation
---
 sys/amd64/conf/GENERIC | 4 ++--
 sys/amd64/conf/MINIMAL | 4 ++--
 sys/i386/conf/GENERIC  | 4 ++--
 sys/i386/conf/MINIMAL  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 60d2d0376aac..2732569c461c 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -217,11 +217,11 @@ options 	VESA			# Add support for VESA BIOS Extensions (VBE)
 
 device		splash			# Splash screen and screen saver support
 
-# syscons is the default console driver, resembling an SCO console
+# syscons is the legacy console driver, resembling an SCO console
 device		sc
 options 	SC_PIXEL_MODE		# add support for the raster text mode
 
-# vt is the new video console driver
+# vt is the default video console driver
 device		vt
 device		vt_vga
 device		vt_efifb
diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL
index 14c07c0f04b6..decf092661a5 100644
--- a/sys/amd64/conf/MINIMAL
+++ b/sys/amd64/conf/MINIMAL
@@ -109,11 +109,11 @@ options 	VESA			# Add support for VESA BIOS Extensions (VBE)
 
 device		splash			# Splash screen and screen saver support
 
-# syscons is the default console driver, resembling an SCO console
+# syscons is the legacy console driver, resembling an SCO console
 device		sc
 options 	SC_PIXEL_MODE		# add support for the raster text mode
 
-# vt is the new video console driver
+# vt is the default video console driver
 device		vt
 device		vt_vga
 device		vt_efifb
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index b5ed7848f853..e3f1aee8c723 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -186,11 +186,11 @@ options 	VESA			# Add support for VESA BIOS Extensions (VBE)
 
 device		splash			# Splash screen and screen saver support
 
-# syscons is the default console driver, resembling an SCO console
+# syscons is the legacy console driver, resembling an SCO console
 device		sc
 options 	SC_PIXEL_MODE		# add support for the raster text mode
 
-# vt is the new video console driver
+# vt is the default video console driver
 device		vt
 device		vt_vga
 device		vt_vbefb
diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL
index 0aa6dff54b50..ba9c05bf8265 100644
--- a/sys/i386/conf/MINIMAL
+++ b/sys/i386/conf/MINIMAL
@@ -120,11 +120,11 @@ options 	VESA			# Add support for VESA BIOS Extensions (VBE)
 
 device		splash			# Splash screen and screen saver support
 
-# syscons is the default console driver, resembling an SCO console
+# syscons is the legacy console driver, resembling an SCO console
 device		sc
 options 	SC_PIXEL_MODE		# add support for the raster text mode
 
-# vt is the new video console driver
+# vt is the default video console driver
 device		vt
 device		vt_vga
 device		vt_efifb



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