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 delete NKMEMCLUSTERS from configuratio...



details:   https://anonhg.NetBSD.org/src/rev/0d8fce1d79df
branches:  trunk
changeset: 482014:0d8fce1d79df
user:      shin <shin%NetBSD.org@localhost>
date:      Sat Feb 12 03:21:06 2000 +0000

description:
delete NKMEMCLUSTERS from configuration files.

diffstat:

 sys/arch/hpcmips/conf/GENERIC  |  5 ++---
 sys/arch/hpcmips/conf/NULLCONF |  3 +--
 sys/arch/hpcmips/conf/TX3912   |  3 +--
 sys/arch/hpcmips/conf/TX3922   |  3 +--
 4 files changed, 5 insertions(+), 9 deletions(-)

diffs (83 lines):

diff -r c5682b9433be -r 0d8fce1d79df sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Sat Feb 12 02:33:34 2000 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Sat Feb 12 03:21:06 2000 +0000
@@ -2,11 +2,11 @@
 # Distribution kernel (any  model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.28 2000/02/11 03:20:17 takemura Exp $
+#      $NetBSD: GENERIC,v 1.29 2000/02/12 03:21:06 shin Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.28 $"
+#ident                 "GENERIC-$Revision: 1.29 $"
 
 maxusers       8
 
@@ -25,7 +25,6 @@
 #options       DIAGNOSTIC              # extra kernel debugging checks
 #options       DEBUG                   # extra kernel debugging support
 options        KTRACE                  # system call tracing support
-options        NKMEMCLUSTERS=1024      # 4K pages in kernel malloc pool
 
 options        SCSIVERBOSE             # human readable SCSI error messages
 #options       PCMCIAVERBOSE           # verbose PCMCIA configuration messages
diff -r c5682b9433be -r 0d8fce1d79df sys/arch/hpcmips/conf/NULLCONF
--- a/sys/arch/hpcmips/conf/NULLCONF    Sat Feb 12 02:33:34 2000 +0000
+++ b/sys/arch/hpcmips/conf/NULLCONF    Sat Feb 12 03:21:06 2000 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: NULLCONF,v 1.4 2000/01/09 07:57:43 shin Exp $
+#      $NetBSD: NULLCONF,v 1.5 2000/02/12 03:21:07 shin Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 maxusers       8
@@ -10,7 +10,6 @@
 options        SOFTFLOAT               # emulate FPU insn
 options                MIPS3_L2CACHE_ABSENT
 options        DDB                     # in-kernel debugger
-options        "NKMEMCLUSTERS=1024"    # 4K pages in kernel malloc pool
 
 options                WINCE_DEFAULT_SETTING # Debugging use
 options                DUMP_GIU_LEVEL2_INTR  # Debugging use
diff -r c5682b9433be -r 0d8fce1d79df sys/arch/hpcmips/conf/TX3912
--- a/sys/arch/hpcmips/conf/TX3912      Sat Feb 12 02:33:34 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3912      Sat Feb 12 03:21:06 2000 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (TX3912 based model) kernel config file
 
 #
-#      $NetBSD: TX3912,v 1.9 2000/01/16 21:47:00 uch Exp $
+#      $NetBSD: TX3912,v 1.10 2000/02/12 03:21:07 shin Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -36,7 +36,6 @@
 options                DEBUG                   # extra kernel debugging support
 options                KTRACE                  # system call tracing support
 #options       SYSCALL_DEBUG           # for debug
-options                NKMEMCLUSTERS=1024      # 4K pages in kernel malloc pool
 #options        MINIROOTSIZE=10000
 
 options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
diff -r c5682b9433be -r 0d8fce1d79df sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922      Sat Feb 12 02:33:34 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3922      Sat Feb 12 03:21:06 2000 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (TX3922 based model) kernel config file
 
 #
-#      $NetBSD: TX3922,v 1.5 2000/01/16 21:47:00 uch Exp $
+#      $NetBSD: TX3922,v 1.6 2000/02/12 03:21:07 shin Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -31,7 +31,6 @@
 options                DIAGNOSTIC              # extra kernel debugging checks
 options                DEBUG                   # extra kernel debugging support
 options                KTRACE                  # system call tracing support
-options                NKMEMCLUSTERS=1024      # 4K pages in kernel malloc pool
 
 options                __NO_SOFT_SERIAL_INTERRUPT
 options                SERIALCONSSLOT=0        # UARTA 0, UARTB 1



Home | Main Index | Thread Index | Old Index