Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Nuke long dead NKPTADD and NKPTADDSHIFT ...



details:   https://anonhg.NetBSD.org/src/rev/fa607a71b411
branches:  trunk
changeset: 790359:fa607a71b411
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Fri Oct 04 15:13:51 2013 +0000

description:
Nuke long dead NKPTADD and NKPTADDSHIFT options from config files.

diffstat:

 sys/arch/amiga/conf/DRACO      |  10 ++--------
 sys/arch/amiga/conf/GENERIC    |  10 ++--------
 sys/arch/amiga/conf/GENERIC.in |  10 ++--------
 sys/arch/amiga/conf/INSTALL    |  10 ++--------
 sys/arch/amiga/conf/MDINSTALL  |   8 +-------
 5 files changed, 9 insertions(+), 39 deletions(-)

diffs (146 lines):

diff -r 25cb0e0707d7 -r fa607a71b411 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Fri Oct 04 15:02:43 2013 +0000
+++ b/sys/arch/amiga/conf/DRACO Fri Oct 04 15:13:51 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.172 2013/09/02 07:24:17 skrll Exp $
+# $NetBSD: DRACO,v 1.173 2013/10/04 15:13:51 rkujawa Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.172 $"
+#ident                 "GENERIC-$Revision: 1.173 $"
 
 
 maxusers       8
@@ -186,12 +186,6 @@
 #
 #options       LIMITMEM=24     # Do not use more than LIMITMEM MB of the
                                # first bank of RAM. (default: unlimited)
-#options       NKPTADD=4       # set this for 4 additional KPT pages
-#options       NKPTADDSHIFT=24 # set this for 1 additional KPT page
-                               # per 16 MB (1<<24 bytes) of RAM
-                               # uncomment and decrease this, or uncomment and
-                               # increase NKPTADD if you get "out of PT pages"
-                               # panics.
 
 # ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
 # before the 10 secondinterval ends, or that KBDRESET does work at all.
diff -r 25cb0e0707d7 -r fa607a71b411 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Fri Oct 04 15:02:43 2013 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Fri Oct 04 15:13:51 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.304 2013/09/02 07:24:17 skrll Exp $
+# $NetBSD: GENERIC,v 1.305 2013/10/04 15:13:51 rkujawa Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.304 $"
+#ident                 "GENERIC-$Revision: 1.305 $"
 
 
 maxusers       8
@@ -198,12 +198,6 @@
 #
 #options       LIMITMEM=24     # Do not use more than LIMITMEM MB of the
                                # first bank of RAM. (default: unlimited)
-#options       NKPTADD=4       # set this for 4 additional KPT pages
-#options       NKPTADDSHIFT=24 # set this for 1 additional KPT page
-                               # per 16 MB (1<<24 bytes) of RAM
-                               # uncomment and decrease this, or uncomment and
-                               # increase NKPTADD if you get "out of PT pages"
-                               # panics.
 
 # ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
 # before the 10 secondinterval ends, or that KBDRESET does work at all.
diff -r 25cb0e0707d7 -r fa607a71b411 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Fri Oct 04 15:02:43 2013 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Fri Oct 04 15:13:51 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.119 2013/08/11 16:15:52 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.120 2013/10/04 15:13:51 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.119 $"
+#ident                 "GENERIC-$Revision: 1.120 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -249,12 +249,6 @@
 #
 #options       LIMITMEM=24     # Do not use more than LIMITMEM MB of the
                                # first bank of RAM. (default: unlimited)
-#options       NKPTADD=4       # set this for 4 additional KPT pages
-#options       NKPTADDSHIFT=24 # set this for 1 additional KPT page
-                               # per 16 MB (1<<24 bytes) of RAM
-                               # uncomment and decrease this, or uncomment and
-                               # increase NKPTADD if you get "out of PT pages"
-                               # panics.
 
 # ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
 # before the 10 secondinterval ends, or that KBDRESET does work at all.
diff -r 25cb0e0707d7 -r fa607a71b411 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Fri Oct 04 15:02:43 2013 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Fri Oct 04 15:13:51 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.122 2013/09/02 07:24:17 skrll Exp $
+# $NetBSD: INSTALL,v 1.123 2013/10/04 15:13:51 rkujawa Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.122 $"
+#ident                 "GENERIC-$Revision: 1.123 $"
 
 makeoptions    COPTS="-Os"
 
@@ -154,12 +154,6 @@
 #
 #options       LIMITMEM=24     # Do not use more than LIMITMEM MB of the
                                # first bank of RAM. (default: unlimited)
-#options       NKPTADD=4       # set this for 4 additional KPT pages
-#options       NKPTADDSHIFT=24 # set this for 1 additional KPT page
-                               # per 16 MB (1<<24 bytes) of RAM
-                               # uncomment and decrease this, or uncomment and
-                               # increase NKPTADD if you get "out of PT pages"
-                               # panics.
 
 # ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
 # before the 10 secondinterval ends, or that KBDRESET does work at all.
diff -r 25cb0e0707d7 -r fa607a71b411 sys/arch/amiga/conf/MDINSTALL
--- a/sys/arch/amiga/conf/MDINSTALL     Fri Oct 04 15:02:43 2013 +0000
+++ b/sys/arch/amiga/conf/MDINSTALL     Fri Oct 04 15:13:51 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MDINSTALL,v 1.30 2011/11/22 21:24:57 tls Exp $
+#      $NetBSD: MDINSTALL,v 1.31 2013/10/04 15:13:51 rkujawa Exp $
 
 #
 # INSTALL kernel for ramdisk installation
@@ -78,12 +78,6 @@
 #
 #options       LIMITMEM=24     # Do not use more than LIMITMEM MB of the
                                # first bank of RAM. (default: unlimited)
-#options       NKPTADD=4       # set this for 4 additional KPT pages
-#options       NKPTADDSHIFT=24 # set this for 1 additional KPT page
-                               # per 16 MB (1<<24 bytes) of RAM
-                               # define and decrease this, or define and
-                               # increase NKPTADD if you get "out of PT pages"
-                               # panics.
 
 # ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
 # before the 10 secondinterval ends, or that KBDRESET does work at all.



Home | Main Index | Thread Index | Old Index