Module Name:    src
Committed By:   kiyohara
Date:           Thu Dec 24 09:26:44 UTC 2009

Modified Files:
        src/sys/arch/evbppc/conf: EV64260 EXPLORA451 OPENBLOCKS200
            OPENBLOCKS266 PMPPC VIRTEX_DFC VIRTEX_GSRD1 VIRTEX_GSRD2 WALNUT

Log Message:
Add COMPAT_50.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbppc/conf/EV64260
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbppc/conf/EXPLORA451
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbppc/conf/OPENBLOCKS200
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbppc/conf/OPENBLOCKS266
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbppc/conf/PMPPC
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbppc/conf/VIRTEX_DFC \
    src/sys/arch/evbppc/conf/VIRTEX_GSRD1
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/conf/VIRTEX_GSRD2
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbppc/conf/WALNUT

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/evbppc/conf/EV64260
diff -u src/sys/arch/evbppc/conf/EV64260:1.40 src/sys/arch/evbppc/conf/EV64260:1.41
--- src/sys/arch/evbppc/conf/EV64260:1.40	Sat Dec  5 20:11:14 2009
+++ src/sys/arch/evbppc/conf/EV64260	Thu Dec 24 09:26:43 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: EV64260,v 1.40 2009/12/05 20:11:14 pooka Exp $
+#	$NetBSD: EV64260,v 1.41 2009/12/24 09:26:43 kiyohara Exp $
 #
 #	MVP -- Motorola's Multiprocessing Verification Platform
 #
@@ -70,7 +70,8 @@
 options 	COMPAT_16	# NetBSD 1.6,
 options 	COMPAT_20	# NetBSD 2.0,
 options 	COMPAT_30	# NetBSD 3.0,
-options 	COMPAT_40	# NetBSD 4.0 compatibility.
+options 	COMPAT_40	# NetBSD 4.0,
+options 	COMPAT_50	# NetBSD 5.0 compatibility.
 options 	COMPAT_43	# and 4.3BSD
 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.

Index: src/sys/arch/evbppc/conf/EXPLORA451
diff -u src/sys/arch/evbppc/conf/EXPLORA451:1.39 src/sys/arch/evbppc/conf/EXPLORA451:1.40
--- src/sys/arch/evbppc/conf/EXPLORA451:1.39	Sat Dec  5 20:11:14 2009
+++ src/sys/arch/evbppc/conf/EXPLORA451	Thu Dec 24 09:26:43 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: EXPLORA451,v 1.39 2009/12/05 20:11:14 pooka Exp $
+#	$NetBSD: EXPLORA451,v 1.40 2009/12/24 09:26:43 kiyohara Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -66,7 +66,8 @@
 options 	COMPAT_16	# NetBSD 1.6,
 options 	COMPAT_20	# NetBSD 2.0,
 options 	COMPAT_30	# NetBSD 3.0,
-options 	COMPAT_40	# NetBSD 4.0 compatibility.
+options 	COMPAT_40	# NetBSD 4.0,
+options 	COMPAT_50	# NetBSD 5.0 compatibility.
 options 	COMPAT_43	# and 4.3BSD
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.

Index: src/sys/arch/evbppc/conf/OPENBLOCKS200
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS200:1.23 src/sys/arch/evbppc/conf/OPENBLOCKS200:1.24
--- src/sys/arch/evbppc/conf/OPENBLOCKS200:1.23	Sat Dec  5 20:11:14 2009
+++ src/sys/arch/evbppc/conf/OPENBLOCKS200	Thu Dec 24 09:26:43 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS200,v 1.23 2009/12/05 20:11:14 pooka Exp $
+#	$NetBSD: OPENBLOCKS200,v 1.24 2009/12/24 09:26:43 kiyohara Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -52,6 +52,10 @@
 options 	COMPAT_14	# NetBSD 1.4,
 options 	COMPAT_15	# NetBSD 1.5,
 options 	COMPAT_16	# NetBSD 1.6,
+options 	COMPAT_20	# NetBSD 2.0,
+options 	COMPAT_30	# NetBSD 3.0,
+options 	COMPAT_40	# NetBSD 4.0,
+options 	COMPAT_50	# NetBSD 5.0 compatibility.
 options 	COMPAT_43	# and 4.3BSD
 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.

Index: src/sys/arch/evbppc/conf/OPENBLOCKS266
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266:1.44 src/sys/arch/evbppc/conf/OPENBLOCKS266:1.45
--- src/sys/arch/evbppc/conf/OPENBLOCKS266:1.44	Sat Dec  5 20:11:14 2009
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266	Thu Dec 24 09:26:43 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS266,v 1.44 2009/12/05 20:11:14 pooka Exp $
+#	$NetBSD: OPENBLOCKS266,v 1.45 2009/12/24 09:26:43 kiyohara Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"OPENBLOCKS266-$Revision: 1.44 $"
+#ident 		"OPENBLOCKS266-$Revision: 1.45 $"
 
 maxusers	32
 
@@ -63,7 +63,8 @@
 options 	COMPAT_16		# NetBSD 1.6,
 options 	COMPAT_20		# NetBSD 2.0,
 options 	COMPAT_30		# NetBSD 3.0,
-options 	COMPAT_40		# NetBSD 4.0 compatibility.
+options 	COMPAT_40		# NetBSD 4.0,
+options 	COMPAT_50		# NetBSD 5.0 compatibility.
 options 	COMPAT_43		# and 4.3BSD
 #options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
 options		COMPAT_BSDPTY		# /dev/[pt]ty?? ptys.

Index: src/sys/arch/evbppc/conf/PMPPC
diff -u src/sys/arch/evbppc/conf/PMPPC:1.10 src/sys/arch/evbppc/conf/PMPPC:1.11
--- src/sys/arch/evbppc/conf/PMPPC:1.10	Sat Dec  5 20:11:14 2009
+++ src/sys/arch/evbppc/conf/PMPPC	Thu Dec 24 09:26:43 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: PMPPC,v 1.10 2009/12/05 20:11:14 pooka Exp $
+#	$NetBSD: PMPPC,v 1.11 2009/12/24 09:26:43 kiyohara Exp $
 #
 #	PMPPC
 #
@@ -50,7 +50,8 @@
 #options 	COMPAT_16	# NetBSD 1.6,
 #options 	COMPAT_20	# NetBSD 2.0,
 #options 	COMPAT_30	# NetBSD 3.0,
-#options 	COMPAT_40	# NetBSD 4.0 compatibility.
+#options 	COMPAT_40	# NetBSD 4.0,
+#options 	COMPAT_50	# NetBSD 5.0 compatibility.
 #options 	COMPAT_43	# and 4.3BSD
 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.

Index: src/sys/arch/evbppc/conf/VIRTEX_DFC
diff -u src/sys/arch/evbppc/conf/VIRTEX_DFC:1.7 src/sys/arch/evbppc/conf/VIRTEX_DFC:1.8
--- src/sys/arch/evbppc/conf/VIRTEX_DFC:1.7	Sat Dec  5 20:11:14 2009
+++ src/sys/arch/evbppc/conf/VIRTEX_DFC	Thu Dec 24 09:26:43 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: VIRTEX_DFC,v 1.7 2009/12/05 20:11:14 pooka Exp $
+#	$NetBSD: VIRTEX_DFC,v 1.8 2009/12/24 09:26:43 kiyohara Exp $
 #
 # VIRTEX_DFC
 #
@@ -70,7 +70,8 @@
 #options 	COMPAT_16	# NetBSD 1.6,
 #options 	COMPAT_20	# NetBSD 2.0,
 options 	COMPAT_30	# NetBSD 3.0,
-options 	COMPAT_40	# NetBSD 4.0 compatibility.
+options 	COMPAT_40	# NetBSD 4.0,
+options 	COMPAT_50	# NetBSD 5.0 compatibility.
 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
 # File systems
Index: src/sys/arch/evbppc/conf/VIRTEX_GSRD1
diff -u src/sys/arch/evbppc/conf/VIRTEX_GSRD1:1.7 src/sys/arch/evbppc/conf/VIRTEX_GSRD1:1.8
--- src/sys/arch/evbppc/conf/VIRTEX_GSRD1:1.7	Sat Dec  5 20:11:14 2009
+++ src/sys/arch/evbppc/conf/VIRTEX_GSRD1	Thu Dec 24 09:26:43 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: VIRTEX_GSRD1,v 1.7 2009/12/05 20:11:14 pooka Exp $
+#	$NetBSD: VIRTEX_GSRD1,v 1.8 2009/12/24 09:26:43 kiyohara Exp $
 #
 # VIRTEX_GSRD1
 #
@@ -64,7 +64,8 @@
 #options 	COMPAT_16	# NetBSD 1.6,
 #options 	COMPAT_20	# NetBSD 2.0,
 options 	COMPAT_30	# NetBSD 3.0,
-options 	COMPAT_40	# NetBSD 4.0 compatibility.
+options 	COMPAT_40	# NetBSD 4.0,
+options 	COMPAT_50	# NetBSD 5.0 compatibility.
 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
 # File systems

Index: src/sys/arch/evbppc/conf/VIRTEX_GSRD2
diff -u src/sys/arch/evbppc/conf/VIRTEX_GSRD2:1.8 src/sys/arch/evbppc/conf/VIRTEX_GSRD2:1.9
--- src/sys/arch/evbppc/conf/VIRTEX_GSRD2:1.8	Sat Dec  5 20:11:14 2009
+++ src/sys/arch/evbppc/conf/VIRTEX_GSRD2	Thu Dec 24 09:26:43 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: VIRTEX_GSRD2,v 1.8 2009/12/05 20:11:14 pooka Exp $
+#	$NetBSD: VIRTEX_GSRD2,v 1.9 2009/12/24 09:26:43 kiyohara Exp $
 #
 # VIRTEX_GSRD2
 #
@@ -72,7 +72,8 @@
 #options 	COMPAT_16	# NetBSD 1.6,
 #options 	COMPAT_20	# NetBSD 2.0,
 options 	COMPAT_30	# NetBSD 3.0,
-options 	COMPAT_40	# NetBSD 4.0 compatibility.
+options 	COMPAT_40	# NetBSD 4.0,
+options 	COMPAT_50	# NetBSD 5.0 compatibility.
 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
 # File systems

Index: src/sys/arch/evbppc/conf/WALNUT
diff -u src/sys/arch/evbppc/conf/WALNUT:1.42 src/sys/arch/evbppc/conf/WALNUT:1.43
--- src/sys/arch/evbppc/conf/WALNUT:1.42	Sat Dec  5 20:11:14 2009
+++ src/sys/arch/evbppc/conf/WALNUT	Thu Dec 24 09:26:43 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: WALNUT,v 1.42 2009/12/05 20:11:14 pooka Exp $
+#	$NetBSD: WALNUT,v 1.43 2009/12/24 09:26:43 kiyohara Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -54,7 +54,8 @@
 options 	COMPAT_16	# NetBSD 1.6,
 options 	COMPAT_20	# NetBSD 2.0,
 options 	COMPAT_30	# NetBSD 3.0,
-options 	COMPAT_40	# NetBSD 4.0 compatibility.
+options 	COMPAT_40	# NetBSD 4.0,
+options 	COMPAT_50	# NetBSD 5.0 compatibility.
 options 	COMPAT_43	# and 4.3BSD
 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.

Reply via email to