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_60" to all kernel configurat...



details:   https://anonhg.NetBSD.org/src/rev/7a77c7e2371f
branches:  trunk
changeset: 782114:7a77c7e2371f
user:      apb <apb%NetBSD.org@localhost>
date:      Wed Oct 17 14:48:41 2012 +0000

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

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 a2a78a97dd63 -r 7a77c7e2371f sys/arch/mac68k/conf/SMALLRAM
--- a/sys/arch/mac68k/conf/SMALLRAM     Wed Oct 17 14:48:07 2012 +0000
+++ b/sys/arch/mac68k/conf/SMALLRAM     Wed Oct 17 14:48:41 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SMALLRAM,v 1.39 2011/10/03 19:22:59 hauke Exp $
+#      $NetBSD: SMALLRAM,v 1.40 2012/10/17 14:48:41 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
@@ -42,6 +42,7 @@
 no options     COMPAT_40
 no options     COMPAT_43
 no options     COMPAT_50
+no options     COMPAT_60
 
 no options     COMPAT_AOUT_M68K
 no options     EXEC_AOUT
diff -r a2a78a97dd63 -r 7a77c7e2371f sys/arch/zaurus/conf/INSTALL
--- a/sys/arch/zaurus/conf/INSTALL      Wed Oct 17 14:48:07 2012 +0000
+++ b/sys/arch/zaurus/conf/INSTALL      Wed Oct 17 14:48:41 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.17 2012/08/17 20:11:41 abs Exp $
+# $NetBSD: INSTALL,v 1.18 2012/10/17 14:49:02 apb Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -40,6 +40,7 @@
 no options             COMPAT_30
 no options             COMPAT_40
 no options             COMPAT_50
+no options             COMPAT_60
 no options             COMPAT_43
 
 no options             COMPAT_OSSAUDIO



Home | Main Index | Thread Index | Old Index