From owner-p4-projects@FreeBSD.ORG Fri Mar 18 07:42:36 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8429A16A4D0; Fri, 18 Mar 2005 07:42:36 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4306B16A4CE for ; Fri, 18 Mar 2005 07:42:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2503343D46 for ; Fri, 18 Mar 2005 07:42:36 +0000 (GMT) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I7gZWt068950 for ; Fri, 18 Mar 2005 07:42:36 GMT (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I7gZ92068946 for perforce@freebsd.org; Fri, 18 Mar 2005 07:42:35 GMT (envelope-from jmallett@freebsd.org) Date: Fri, 18 Mar 2005 07:42:35 GMT Message-Id: <200503180742.j2I7gZ92068946@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett To: Perforce Change Reviews Subject: PERFORCE change 73441 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 07:42:37 -0000 http://perforce.freebsd.org/chv.cgi?CH=73441 Change 73441 by jmallett@jmallett_windward on 2005/03/18 07:41:30 I'm not ready for KDB+DDB. I'm going to want to rewrite all the support for that stuff, give or take. Affected files ... .. //depot/projects/mips/sys/mips/conf/GENERIC#16 edit .. //depot/projects/mips/sys/mips/conf/INDY#15 edit Differences ... ==== //depot/projects/mips/sys/mips/conf/GENERIC#16 (text+ko) ==== @@ -20,7 +20,6 @@ device arcs #ARCS Firmware + Console # Debugging for use in -current -options DDB #Enable the kernel debugger options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS options WITNESS #Enable checks to detect deadlocks and cycles ==== //depot/projects/mips/sys/mips/conf/INDY#15 (text+ko) ==== @@ -25,7 +25,6 @@ device gio #GIO bus. # Debugging for use in -current -options DDB #Enable the kernel debugger options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS options WITNESS #Enable checks to detect deadlocks and cycles