Module Name: src
Committed By: skrll
Date: Tue Oct 30 17:26:29 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: RPI
Log Message:
Comment out VERBOSE_INIT_ARM by default
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/RPI
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.10 src/sys/arch/evbarm/conf/RPI:1.11
--- src/sys/arch/evbarm/conf/RPI:1.10 Wed Oct 17 14:49:40 2012
+++ src/sys/arch/evbarm/conf/RPI Tue Oct 30 17:26:29 2012
@@ -1,5 +1,5 @@
#
-# $NetBSD: RPI,v 1.10 2012/10/17 14:49:40 apb Exp $
+# $NetBSD: RPI,v 1.11 2012/10/30 17:26:29 skrll Exp $
#
# RPi -- Raspberry Pi
#
@@ -138,7 +138,7 @@ options DIAGNOSTIC # internally consist
options DEBUG
#options LOCKDEBUG
#options IPKDB # remote kernel debugging
-options VERBOSE_INIT_ARM # verbose bootstraping messages
+#options VERBOSE_INIT_ARM # verbose bootstraping messages
options DDB # in-kernel debugger
options DDB_ONPANIC=1
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB