Module Name:    src
Committed By:   apb
Date:           Wed Oct 17 14:49:02 UTC 2012

Modified Files:
        src/sys/arch/mac68k/conf: SMALLRAM
        src/sys/arch/zaurus/conf: INSTALL

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


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/mac68k/conf/SMALLRAM
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/zaurus/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mac68k/conf/SMALLRAM
diff -u src/sys/arch/mac68k/conf/SMALLRAM:1.39 src/sys/arch/mac68k/conf/SMALLRAM:1.40
--- src/sys/arch/mac68k/conf/SMALLRAM:1.39	Mon Oct  3 19:22:59 2011
+++ src/sys/arch/mac68k/conf/SMALLRAM	Wed Oct 17 14:48:41 2012
@@ -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_30
 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

Index: src/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.17 src/sys/arch/zaurus/conf/INSTALL:1.18
--- src/sys/arch/zaurus/conf/INSTALL:1.17	Fri Aug 17 20:11:41 2012
+++ src/sys/arch/zaurus/conf/INSTALL	Wed Oct 17 14:49:02 2012
@@ -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_20
 no options		COMPAT_30
 no options		COMPAT_40
 no options		COMPAT_50
+no options		COMPAT_60
 no options		COMPAT_43
 
 no options 		COMPAT_OSSAUDIO

Reply via email to