Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf options<TAB><TAB> -> options<SPACE><TAB>



details:   https://anonhg.NetBSD.org/src/rev/876fb038f9bf
branches:  trunk
changeset: 508817:876fb038f9bf
user:      sato <sato%NetBSD.org@localhost>
date:      Fri Apr 20 12:07:49 2001 +0000

description:
options<TAB><TAB> -> options<SPACE><TAB>

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 62ee712a98b3 -r 876fb038f9bf sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Fri Apr 20 11:53:06 2001 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Fri Apr 20 12:07:49 2001 +0000
@@ -2,11 +2,11 @@
 # Distribution kernel (NEC VR based model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.85 2001/04/11 08:23:26 sato Exp $
+#      $NetBSD: GENERIC,v 1.86 2001/04/20 12:07:49 sato Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.85 $"
+#ident                 "GENERIC-$Revision: 1.86 $"
 
 maxusers       8
 
@@ -15,9 +15,9 @@
 # Support for specific models of H/PC MIPS
 options        MIPS3_4100              # VR4100 core
 options        VR41XX                  # NEC VR41xx series
-options                VR4102                  # NEC VR4102
-options                VR4111                  # NEC VR4111
-options                VR4121                  # NEC VR4121
+options        VR4102                  # NEC VR4102
+options        VR4111                  # NEC VR4111
+options        VR4121                  # NEC VR4121
 options        NOFPU                   # No FPU
 options        SOFTFLOAT               # emulate FPU insn
 options        MIPS3_L2CACHE_ABSENT
@@ -25,7 +25,7 @@
 # Standard system options
 options        DDB                     # in-kernel debugger
 #options       DDB_ONPANIC=0           # don't enter debugger on panic
-#options       KGDB                    # remote debugger
+#options       KGDB                    # remote debugger
 #options       DIAGNOSTIC              # extra kernel debugging checks
 #options       DEBUG                   # extra kernel debugging support
 options        KTRACE                  # system call tracing support



Home | Main Index | Thread Index | Old Index