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

Modified Files:
        src/sys/arch/evbarm/conf: RPI
        src/sys/arch/hp300/conf: INSTALL
        src/sys/arch/luna68k/conf: INSTALL
        src/sys/arch/news68k/conf: INSTALL

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/RPI
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/hp300/conf/INSTALL
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/luna68k/conf/INSTALL
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/news68k/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/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.9 src/sys/arch/evbarm/conf/RPI:1.10
--- src/sys/arch/evbarm/conf/RPI:1.9	Wed Oct  3 20:54:23 2012
+++ src/sys/arch/evbarm/conf/RPI	Wed Oct 17 14:49:40 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.9 2012/10/03 20:54:23 skrll Exp $
+#	$NetBSD: RPI,v 1.10 2012/10/17 14:49:40 apb Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -89,6 +89,7 @@ options		NFS_BOOT_RWSIZE=1024
 # Compatibility options
 
 #options 	COMPAT_43	# 4.3BSD compatibility.
+#options 	COMPAT_60	# NetBSD 6.0 compatibility.
 #options 	COMPAT_50	# NetBSD 5.0 compatibility.
 #options 	COMPAT_40	# NetBSD 4.0 compatibility.
 #options 	COMPAT_30	# NetBSD 3.0 compatibility.

Index: src/sys/arch/hp300/conf/INSTALL
diff -u src/sys/arch/hp300/conf/INSTALL:1.49 src/sys/arch/hp300/conf/INSTALL:1.50
--- src/sys/arch/hp300/conf/INSTALL:1.49	Fri Aug 17 20:11:39 2012
+++ src/sys/arch/hp300/conf/INSTALL	Wed Oct 17 14:49:41 2012
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.49 2012/08/17 20:11:39 abs Exp $
+# $NetBSD: INSTALL,v 1.50 2012/10/17 14:49:41 apb Exp $
 #
 # INSTALL machine description file
 #
@@ -56,6 +56,7 @@ maxusers	32
 #options 	COMPAT_30	# compatibility with NetBSD 3.0
 #options 	COMPAT_40	# compatibility with NetBSD 4.0
 #options 	COMPAT_50	# compatibility with NetBSD 5.0
+#options 	COMPAT_60	# NetBSD 6.0 compatibility.
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 #options 	SYSVSHM		# System V-style shared memory

Index: src/sys/arch/luna68k/conf/INSTALL
diff -u src/sys/arch/luna68k/conf/INSTALL:1.7 src/sys/arch/luna68k/conf/INSTALL:1.8
--- src/sys/arch/luna68k/conf/INSTALL:1.7	Fri Aug 17 20:11:40 2012
+++ src/sys/arch/luna68k/conf/INSTALL	Wed Oct 17 14:49:41 2012
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.7 2012/08/17 20:11:40 abs Exp $
+# $NetBSD: INSTALL,v 1.8 2012/10/17 14:49:41 apb Exp $
 #
 # config for installation ramdisk kernel
 # 
@@ -54,6 +54,7 @@ options 	PIPE_SOCKETPAIR		# smaller, but
 #options 	COMPAT_30	# NetBSD 3.0 compatibility.
 #options 	COMPAT_40	# NetBSD 4.0 compatibility.
 #options 	COMPAT_50	# NetBSD 5.0 compatibility.
+#options 	COMPAT_60	# NetBSD 6.0 compatibility.
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
 #options 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
 #options 	EXEC_AOUT	# support for a.out executables

Index: src/sys/arch/news68k/conf/INSTALL
diff -u src/sys/arch/news68k/conf/INSTALL:1.56 src/sys/arch/news68k/conf/INSTALL:1.57
--- src/sys/arch/news68k/conf/INSTALL:1.56	Sun Dec 18 05:49:30 2011
+++ src/sys/arch/news68k/conf/INSTALL	Wed Oct 17 14:49:41 2012
@@ -1,4 +1,4 @@
-# 	$NetBSD: INSTALL,v 1.56 2011/12/18 05:49:30 dholland Exp $
+# 	$NetBSD: INSTALL,v 1.57 2012/10/17 14:49:41 apb Exp $
 
 #	config for bootable floppy kernel
 #
@@ -47,6 +47,7 @@ options 	PIPE_SOCKETPAIR		# smaller, but
 #options 	COMPAT_30		# NetBSD 3.0 binary compatibility.
 #options 	COMPAT_40		# NetBSD 4.0 binary compatibility.
 #options 	COMPAT_50		# NetBSD 5.0 binary compatibility.
+#options 	COMPAT_60		# NetBSD 6.0 compatibility.
 options 	COMPAT_BSDPTY		# /dev/[pt]ty?? ptys.
 
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.

Reply via email to