From owner-svn-src-user@FreeBSD.ORG Fri Dec 6 13:58:24 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44D0DB96; Fri, 6 Dec 2013 13:58:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3074F1EFE; Fri, 6 Dec 2013 13:58:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB6DwOuM079542; Fri, 6 Dec 2013 13:58:24 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB6DwOfI079541; Fri, 6 Dec 2013 13:58:24 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201312061358.rB6DwOfI079541@svn.freebsd.org> From: Ed Maste Date: Fri, 6 Dec 2013 13:58:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r259028 - user/ed/newcons/sys/amd64/conf X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 13:58:24 -0000 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