From owner-p4-projects@FreeBSD.ORG Tue Oct 3 22:30:20 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 1E7A916A47E; Tue, 3 Oct 2006 22:30:20 +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 EDA8816A40F for ; Tue, 3 Oct 2006 22:30:19 +0000 (UTC) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C4843D58 for ; Tue, 3 Oct 2006 22:30:08 +0000 (GMT) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k93MU7a2028506 for ; Tue, 3 Oct 2006 22:30:07 GMT (envelope-from imp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k93MU7Ht028503 for perforce@freebsd.org; Tue, 3 Oct 2006 22:30:07 GMT (envelope-from imp@freebsd.org) Date: Tue, 3 Oct 2006 22:30:07 GMT Message-Id: <200610032230.k93MU7Ht028503@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to imp@freebsd.org using -f From: Warner Losh To: Perforce Change Reviews Cc: Subject: PERFORCE change 107223 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: Tue, 03 Oct 2006 22:30:20 -0000 http://perforce.freebsd.org/chv.cgi?CH=107223 Change 107223 by imp@imp_lighthouse on 2006/10/03 22:29:29 Witness and hard wire root. Affected files ... .. //depot/projects/arm/src/sys/arm/conf/TSC4370#12 edit Differences ... ==== //depot/projects/arm/src/sys/arm/conf/TSC4370#12 (text+ko) ==== @@ -44,6 +44,7 @@ #options MD_ROOT #MD is a potential root device #options MD_ROOT_SIZE=4096 # 4MB ram disk #options ROOTDEVNAME=\"ufs:md0\" +options ROOTDEVNAME=\"ufs:mmcsd0s1a\" #options NFSCLIENT #Network Filesystem Client #options NFSSERVER #Network Filesystem Server #options NFS_ROOT #NFS usable as /, requires NFSCLIENT @@ -84,10 +85,10 @@ ##device da # Direct Access (disks) # Debugging for use in -current -#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 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 device mem # Memory and kernel memory devices device md