Module Name:    src
Committed By:   matt
Date:           Sat Apr 11 00:11:40 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC.common

Log Message:
options<space><tab>


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/GENERIC.common

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/GENERIC.common
diff -u src/sys/arch/evbarm/conf/GENERIC.common:1.2 src/sys/arch/evbarm/conf/GENERIC.common:1.3
--- src/sys/arch/evbarm/conf/GENERIC.common:1.2	Fri Apr  3 23:52:51 2015
+++ src/sys/arch/evbarm/conf/GENERIC.common	Sat Apr 11 00:11:40 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.2 2015/04/03 23:52:51 jmcneill Exp $
+#	$NetBSD: GENERIC.common,v 1.3 2015/04/11 00:11:40 matt Exp $
 #
 #	GENERIC evbarm kernel config (template)
 #
@@ -56,7 +56,7 @@ options 	NFS_BOOT_BOOTP
 #options 	NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\""
 #options 	NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2430\""
 
-options		NFS_BOOT_RWSIZE=1024
+options 	NFS_BOOT_RWSIZE=1024
 
 # Compatibility options
 
@@ -104,7 +104,7 @@ options 	KTRACE		# system call tracing, 
 #options 	SCSIVERBOSE	# Verbose SCSI errors
 #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
 #options 	USERCONF	# userconf(4) support
-#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
+#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
 
 # Alternate buffer queue strategies for better responsiveness under high
 # disk I/O load.
@@ -121,7 +121,7 @@ options 	BUFQ_PRIOCSCAN
 #options 	IPKDB		# remote kernel debugging
 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
 options 	DDB		# in-kernel debugger
-options		DDB_ONPANIC=1
+options 	DDB_ONPANIC=1
 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 #options 	DDB_COMMANDONENTER="bt"
 #options 	KGDB
@@ -141,7 +141,7 @@ pseudo-device	loop			# network loopback
 
 # miscellaneous pseudo-devices
 pseudo-device	pty			# pseudo-terminals
-#options	RND_COM
+#options 	RND_COM
 #pseudo-device	clockctl		# user control of clock subsystem
 pseudo-device	ksyms			# /dev/ksyms
 pseudo-device	lockstat		# lock profiling

Reply via email to