svn commit: r259028 - user/ed/newcons/sys/amd64/conf

Ed Maste emaste at FreeBSD.org
Fri Dec 6 13:58:24 UTC 2013


Author: emaste
Date: Fri Dec  6 13:58:23 2013
New Revision: 259028
URL: http://svnweb.freebsd.org/changeset/base/259028

Log:
  Make Newcons options clear in GENERIC on the project branch

Modified:
  user/ed/newcons/sys/amd64/conf/GENERIC

Modified: user/ed/newcons/sys/amd64/conf/GENERIC
==============================================================================
--- user/ed/newcons/sys/amd64/conf/GENERIC	Fri Dec  6 12:34:14 2013	(r259027)
+++ user/ed/newcons/sys/amd64/conf/GENERIC	Fri Dec  6 13:58:23 2013	(r259028)
@@ -72,8 +72,6 @@ options 	KDTRACE_HOOKS		# Kernel DTrace 
 options 	DDB_CTF			# Kernel ELF linker loads CTF data
 options 	INCLUDE_CONFIG_FILE     # Include this file in kernel
 
-options 	DRM_DEBUG		# Include this file in kernel
-
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
 options 	KDB_TRACE		# Print a stack trace for a panic.
@@ -181,12 +179,14 @@ device		kbdmux		# keyboard multiplexer
 
 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
 
+# Newcons (vt) is the updated console driver
 device		vt
 device		vt_vga
+options 	DRM_DEBUG		# Include debug printfs (slow)
 
 device		agp		# support several AGP chipsets
 


More information about the svn-src-user mailing list