From owner-svn-src-head@FreeBSD.ORG Fri Jul 4 14:49:40 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 910C554B; Fri, 4 Jul 2014 14:49:40 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E67E2174; Fri, 4 Jul 2014 14:49:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s64EnesB098486; Fri, 4 Jul 2014 14:49:40 GMT (envelope-from jmg@svn.freebsd.org) Received: (from jmg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s64EneL8098485; Fri, 4 Jul 2014 14:49:40 GMT (envelope-from jmg@svn.freebsd.org) Message-Id: <201407041449.s64EneL8098485@svn.freebsd.org> From: John-Mark Gurney Date: Fri, 4 Jul 2014 14:49:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268254 - head/sys/boot/forth X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 14:49:40 -0000 Author: jmg Date: Fri Jul 4 14:49:40 2014 New Revision: 268254 URL: http://svnweb.freebsd.org/changeset/base/268254 Log: add a hit that you can enable this by default if you want... necessary if you want the keyboard break to work early in boot.. MFC after: 1 week Modified: head/sys/boot/forth/loader.conf Modified: head/sys/boot/forth/loader.conf ============================================================================== --- head/sys/boot/forth/loader.conf Fri Jul 4 14:32:15 2014 (r268253) +++ head/sys/boot/forth/loader.conf Fri Jul 4 14:49:40 2014 (r268254) @@ -134,6 +134,7 @@ module_path="/boot/modules" # Set the mo #vfs.root.mountfrom="" # Specify root partition in a way the # kernel understands #vm.kmem_size="" # Sets the size of kernel memory (bytes) +#debug.kdb.break_to_debugger="0" # Allow console to break into debugger. #debug.ktr.cpumask="0xf" # Bitmask of CPUs to enable KTR on #debug.ktr.mask="0x1200" # Bitmask of KTR events to enable #debug.ktr.verbose="1" # Enable console dump of KTR events