[Glibc-bsd-commits] r5251 - in trunk/kfreebsd-11/debian: . arch/amd64 arch/i386

rmh at alioth.debian.org rmh at alioth.debian.org
Thu Dec 19 14:49:22 UTC 2013


Author: rmh
Date: 2013-12-19 14:49:22 +0000 (Thu, 19 Dec 2013)
New Revision: 5251

Modified:
   trunk/kfreebsd-11/debian/arch/amd64/amd64.config
   trunk/kfreebsd-11/debian/arch/i386/486.config
   trunk/kfreebsd-11/debian/arch/i386/686.config
   trunk/kfreebsd-11/debian/changelog
Log:
Switch default console to Newcons.

Modified: trunk/kfreebsd-11/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-11/debian/arch/amd64/amd64.config	2013-12-19 14:46:15 UTC (rev 5250)
+++ trunk/kfreebsd-11/debian/arch/amd64/amd64.config	2013-12-19 14:49:22 UTC (rev 5251)
@@ -7,15 +7,16 @@
 
 options		COMPAT_LINUX32
 
-# UTF-8 console support
-options		VESA
-options		SC_PIXEL_MODE	# add support for the raster text mode
-options		TEKEN_UTF8	# UTF-8 output handling
-
 # Needed for D-I, see #596577
 options		NKPT=240
 
 include         GENERIC
 
+# Switch default console to Newcons (see https://wiki.freebsd.org/Newcons)
+nodevice	vga
+nodevice	sc
+device		vt
+device		vt_vga
+
 # Options used by all Debian kernels
 include		DEBIAN

Modified: trunk/kfreebsd-11/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-11/debian/arch/i386/486.config	2013-12-19 14:46:15 UTC (rev 5250)
+++ trunk/kfreebsd-11/debian/arch/i386/486.config	2013-12-19 14:49:22 UTC (rev 5251)
@@ -10,11 +10,6 @@
 
 options		COMPAT_LINUX
 
-# UTF-8 console support
-options		VESA
-options		SC_PIXEL_MODE	# add support for the raster text mode
-options		TEKEN_UTF8	# UTF-8 output handling
-
 # Xbox support
 options 	XBOX
 device		xboxfb
@@ -22,5 +17,11 @@
 
 include		GENERIC
 
+# Switch default console to Newcons (see https://wiki.freebsd.org/Newcons)
+nodevice	vga
+nodevice	sc
+device		vt
+device		vt_vga
+
 # Options used by all Debian kernels
 include		DEBIAN

Modified: trunk/kfreebsd-11/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-11/debian/arch/i386/686.config	2013-12-19 14:46:15 UTC (rev 5250)
+++ trunk/kfreebsd-11/debian/arch/i386/686.config	2013-12-19 14:49:22 UTC (rev 5251)
@@ -8,11 +8,6 @@
 
 options		COMPAT_LINUX
 
-# UTF-8 console support
-options		VESA
-options		SC_PIXEL_MODE	# add support for the raster text mode
-options		TEKEN_UTF8	# UTF-8 output handling
-
 # Xbox support
 options 	XBOX
 device		xboxfb
@@ -20,5 +15,11 @@
 
 include		GENERIC
 
+# Switch default console to Newcons (see https://wiki.freebsd.org/Newcons)
+nodevice	vga
+nodevice	sc
+device		vt
+device		vt_vga
+
 # Options used by all Debian kernels
 include		DEBIAN

Modified: trunk/kfreebsd-11/debian/changelog
===================================================================
--- trunk/kfreebsd-11/debian/changelog	2013-12-19 14:46:15 UTC (rev 5250)
+++ trunk/kfreebsd-11/debian/changelog	2013-12-19 14:49:22 UTC (rev 5251)
@@ -1,6 +1,7 @@
 kfreebsd-11 (11.0~svn259528-2) UNRELEASED; urgency=low
 
   * Drop one more round of srcdir copying.
+  * Switch default console to Newcons.
 
  -- Robert Millan <rmh at debian.org>  Thu, 19 Dec 2013 12:20:51 +0100
 




More information about the Glibc-bsd-commits mailing list