From owner-svn-src-head@FreeBSD.ORG Tue Jul 13 22:27:19 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 687BD1065672; Tue, 13 Jul 2010 22:27:19 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5816F8FC13; Tue, 13 Jul 2010 22:27:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o6DMRJGK073793; Tue, 13 Jul 2010 22:27:19 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6DMRJLf073791; Tue, 13 Jul 2010 22:27:19 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201007132227.o6DMRJLf073791@svn.freebsd.org> From: Warner Losh Date: Tue, 13 Jul 2010 22:27:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210026 - head/sys/mips/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 13 Jul 2010 22:27:19 -0000 Author: imp Date: Tue Jul 13 22:27:19 2010 New Revision: 210026 URL: http://svn.freebsd.org/changeset/base/210026 Log: Temp hack to N32 kernel: turn off debugger since n32 is too weird for ddb Modified: head/sys/mips/conf/XLRN32 Modified: head/sys/mips/conf/XLRN32 ============================================================================== --- head/sys/mips/conf/XLRN32 Tue Jul 13 21:24:08 2010 (r210025) +++ head/sys/mips/conf/XLRN32 Tue Jul 13 22:27:19 2010 (r210026) @@ -64,10 +64,10 @@ options NO_SWAPPING #Debugging options options KTRACE # ktrace(1) support -options DDB -options KDB -options GDB -options ALT_BREAK_TO_DEBUGGER +#options DDB +#options KDB +#options GDB +#options ALT_BREAK_TO_DEBUGGER #options DEADLKRES #Enable the deadlock resolver options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS