Date: Fri, 6 Dec 2013 13:58:24 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r259028 - user/ed/newcons/sys/amd64/conf Message-ID: <201312061358.rB6DwOfI079541@svn.freebsd.org>
index | next in thread | raw e-mail
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 chipsetshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312061358.rB6DwOfI079541>
