Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Use "options<space><tab>".



details:   https://anonhg.NetBSD.org/src/rev/559b52306792
branches:  trunk
changeset: 588073:559b52306792
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Feb 06 23:48:55 2006 +0000

description:
Use "options<space><tab>".

diffstat:

 sys/arch/evbmips/conf/ALCHEMY |  14 +++++++-------
 sys/arch/evbmips/conf/MALTA   |   6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (66 lines):

diff -r c416dccc012e -r 559b52306792 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY     Mon Feb 06 23:48:35 2006 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY     Mon Feb 06 23:48:55 2006 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ALCHEMY,v 1.2 2006/02/06 23:23:53 gdamore Exp $
+#      $NetBSD: ALCHEMY,v 1.3 2006/02/06 23:48:55 simonb Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include        "arch/evbmips/conf/std.pb1000"
 
-#ident                 "ALCHEMY-$Revision: 1.2 $"
+#ident                 "ALCHEMY-$Revision: 1.3 $"
 
 maxusers       32
 
@@ -16,10 +16,10 @@
 options        HZ=512          # for profiling
 
 # CPU support
-options                ALCHEMY_AU1000
-options                ALCHEMY_AU1100
-options                ALCHEMY_AU1500
-options                ALCHEMY_AU1550
+options        ALCHEMY_AU1000
+options        ALCHEMY_AU1100
+options        ALCHEMY_AU1500
+options        ALCHEMY_AU1550
 
 #options       LOCKDEBUG
 options        SOSEND_LOAN
@@ -60,7 +60,7 @@
 options        COMPAT_30       # NetBSD 3.0 compatibility.
 #options       EXEC_ECOFF      # exec ECOFF binaries
 #options       COMPAT_ULTRIX   # binary compatibility with Ultrix
-options                COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
+options        COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 
 # File systems
 file-system    FFS             # Berkeley Fast Filesystem
diff -r c416dccc012e -r 559b52306792 sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA       Mon Feb 06 23:48:35 2006 +0000
+++ b/sys/arch/evbmips/conf/MALTA       Mon Feb 06 23:48:55 2006 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: MALTA,v 1.39 2006/02/05 05:01:49 cube Exp $
+#      $NetBSD: MALTA,v 1.40 2006/02/06 23:48:55 simonb Exp $
 
 include        "arch/evbmips/conf/std.malta"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MALTA-$Revision: 1.39 $"
+#ident                 "MALTA-$Revision: 1.40 $"
 
 maxusers       32
 
@@ -53,7 +53,7 @@
 options        COMPAT_30       # NetBSD 3.0 compatibility.
 #options       EXEC_ECOFF      # exec ECOFF binaries
 #options       COMPAT_ULTRIX   # binary compatibility with Ultrix
-options                COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
+options        COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 
 # File systems
 file-system    FFS             # Berkeley Fast Filesystem



Home | Main Index | Thread Index | Old Index