From owner-p4-projects@FreeBSD.ORG Mon Apr 3 07:31:57 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A0B0B16A422; Mon, 3 Apr 2006 07:31:57 +0000 (UTC) X-Original-To: perforce@freebsd.org 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 6AA3F16A400 for ; Mon, 3 Apr 2006 07:31:57 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3861B43D49 for ; Mon, 3 Apr 2006 07:31:57 +0000 (GMT) (envelope-from kmacy@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 k337VvED058861 for ; Mon, 3 Apr 2006 07:31:57 GMT (envelope-from kmacy@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k337VuXb058848 for perforce@freebsd.org; Mon, 3 Apr 2006 07:31:56 GMT (envelope-from kmacy@freebsd.org) Date: Mon, 3 Apr 2006 07:31:56 GMT Message-Id: <200604030731.k337VuXb058848@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to kmacy@freebsd.org using -f From: Kip Macy To: Perforce Change Reviews Cc: Subject: PERFORCE change 94520 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2006 07:31:57 -0000 http://perforce.freebsd.org/chv.cgi?CH=94520 Change 94520 by kmacy@kmacy_storage:sun4v_work on 2006/04/03 07:29:50 update current options Affected files ... .. //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#8 edit Differences ... ==== //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#8 (text+ko) ==== @@ -62,8 +62,9 @@ # Debugging for use in -current options KDB # Enable kernel debugger support. -#options DDB # Support DDB. -options GDB # Support remote GDB. +options KDB_TRACE +options DDB # Support DDB. +#options GDB # Support remote GDB. 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 @@ -72,8 +73,10 @@ # To make an SMP kernel, the next line is needed #options SMP # Symmetric MultiProcessor Kernel +# Standard busses device pci + # Floppy drives #device fdc @@ -194,7 +197,6 @@ #device sbp # SCSI over FireWire (Requires scbus and da) #device fwe # Ethernet over FireWire (non-standard!) -options SIMULATOR # compile for ISA simulator +#options SIMULATOR # compile for ISA simulator #options KTR #options KTR_MASK=(KTR_TRAP) -#options DDB