From owner-p4-projects@FreeBSD.ORG Sat Mar 25 04:19:12 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 9B2DE16A422; Sat, 25 Mar 2006 04:19:12 +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 5499A16A41F for ; Sat, 25 Mar 2006 04:19:12 +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 E859C43D4C for ; Sat, 25 Mar 2006 04:19:11 +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 k2P4JBvA046505 for ; Sat, 25 Mar 2006 04:19:11 GMT (envelope-from kmacy@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2P4JBnk046502 for perforce@freebsd.org; Sat, 25 Mar 2006 04:19:11 GMT (envelope-from kmacy@freebsd.org) Date: Sat, 25 Mar 2006 04:19:11 GMT Message-Id: <200603250419.k2P4JBnk046502@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 93958 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: Sat, 25 Mar 2006 04:19:12 -0000 http://perforce.freebsd.org/chv.cgi?CH=93958 Change 93958 by kmacy@kmacy_storage:sun4vtmp on 2006/03/25 04:18:42 disable ofw_console and add hvcons.c disable WITNESS Affected files ... .. //depot/projects/kmacy_sun4v/src/sys/conf/files.sun4v#9 edit .. //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#5 edit Differences ... ==== //depot/projects/kmacy_sun4v/src/sys/conf/files.sun4v#9 (text+ko) ==== @@ -51,6 +51,8 @@ sun4v/sun4v/eeprom.c optional eeprom ebus | eeprom fhc | \ eeprom sbus sun4v/sun4v/gdb_machdep.c optional gdb +# XXX hvcons should be optional +sun4v/sun4v/hvcons.c standard sun4v/sun4v/hcall.S standard sun4v/sun4v/identcpu.c standard sun4v/sun4v/in_cksum.c optional inet @@ -80,3 +82,4 @@ sun4v/sun4v/trap.c standard sun4v/sun4v/uio_machdep.c standard sun4v/sun4v/vm_machdep.c standard +sun4v/sun4v/vnex.c standard ==== //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#5 (text+ko) ==== @@ -65,8 +65,8 @@ 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 -options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed +#options WITNESS # Enable checks to detect deadlocks and cycles +#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed # To make an SMP kernel, the next line is needed #options SMP # Symmetric MultiProcessor Kernel @@ -111,7 +111,7 @@ #device splash # Splash screen and screen saver support #options KBD_INSTALL_CDEV # install a CDEV entry in /dev -device ofw_console # Open Firmware console device +#device ofw_console # Open Firmware console device # Builtin hardware #device auxio # auxiliary I/O device @@ -192,3 +192,6 @@ #device fwe # Ethernet over FireWire (non-standard!) options SIMULATOR # compile for ISA simulator +#options KTR +#options KTR_MASK=(KTR_TRAP) +#options DDB