Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf options<space><tab>



details:   https://anonhg.NetBSD.org/src/rev/cfa34d49d983
branches:  trunk
changeset: 337311:cfa34d49d983
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Apr 11 00:11:40 2015 +0000

description:
options<space><tab>

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r f01c0d26ae82 -r cfa34d49d983 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Fri Apr 10 22:44:20 2015 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Sat Apr 11 00:11:40 2015 +0000
@@ -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_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       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       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 @@
 
 # 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



Home | Main Index | Thread Index | Old Index