Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add "no options COMPAT_70" to all kernel configurat...



details:   https://anonhg.NetBSD.org/src/rev/84ae87895f03
branches:  trunk
changeset: 801763:84ae87895f03
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Aug 16 17:57:02 2014 +0000

description:
Add "no options COMPAT_70" to all kernel configuration files that
already had "no options COMPAT_60".

diffstat:

 sys/arch/mac68k/conf/SMALLRAM |  3 ++-
 sys/arch/zaurus/conf/INSTALL  |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 8ba8784cf281 -r 84ae87895f03 sys/arch/mac68k/conf/SMALLRAM
--- a/sys/arch/mac68k/conf/SMALLRAM     Sat Aug 16 17:56:30 2014 +0000
+++ b/sys/arch/mac68k/conf/SMALLRAM     Sat Aug 16 17:57:02 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SMALLRAM,v 1.40 2012/10/17 14:48:41 apb Exp $
+#      $NetBSD: SMALLRAM,v 1.41 2014/08/16 17:57:02 apb Exp $
 #
 # This is an example of how to configure a small, efficient kernel for
 # a system with limited RAM. Even so it's capable of doing quite a
@@ -43,6 +43,7 @@
 no options     COMPAT_43
 no options     COMPAT_50
 no options     COMPAT_60
+no options     COMPAT_70
 
 no options     COMPAT_AOUT_M68K
 no options     EXEC_AOUT
diff -r 8ba8784cf281 -r 84ae87895f03 sys/arch/zaurus/conf/INSTALL
--- a/sys/arch/zaurus/conf/INSTALL      Sat Aug 16 17:56:30 2014 +0000
+++ b/sys/arch/zaurus/conf/INSTALL      Sat Aug 16 17:57:02 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.22 2014/08/04 20:59:19 martin Exp $
+# $NetBSD: INSTALL,v 1.23 2014/08/16 17:57:02 apb Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -43,6 +43,7 @@
 no options             COMPAT_40
 no options             COMPAT_50
 no options             COMPAT_60
+no options             COMPAT_70
 no options             COMPAT_43
 
 no options             COMPAT_OSSAUDIO



Home | Main Index | Thread Index | Old Index