Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Add COMPAT_50.



details:   https://anonhg.NetBSD.org/src/rev/4c2ce7a71601
branches:  trunk
changeset: 750315:4c2ce7a71601
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Dec 24 09:26:43 2009 +0000

description:
Add COMPAT_50.

diffstat:

 sys/arch/evbppc/conf/EV64260       |  5 +++--
 sys/arch/evbppc/conf/EXPLORA451    |  5 +++--
 sys/arch/evbppc/conf/OPENBLOCKS200 |  6 +++++-
 sys/arch/evbppc/conf/OPENBLOCKS266 |  7 ++++---
 sys/arch/evbppc/conf/PMPPC         |  5 +++--
 sys/arch/evbppc/conf/VIRTEX_DFC    |  5 +++--
 sys/arch/evbppc/conf/VIRTEX_GSRD1  |  5 +++--
 sys/arch/evbppc/conf/VIRTEX_GSRD2  |  5 +++--
 sys/arch/evbppc/conf/WALNUT        |  5 +++--
 9 files changed, 30 insertions(+), 18 deletions(-)

diffs (181 lines):

diff -r 831071c87403 -r 4c2ce7a71601 sys/arch/evbppc/conf/EV64260
--- a/sys/arch/evbppc/conf/EV64260      Thu Dec 24 01:32:22 2009 +0000
+++ b/sys/arch/evbppc/conf/EV64260      Thu Dec 24 09:26:43 2009 +0000
@@ -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.
diff -r 831071c87403 -r 4c2ce7a71601 sys/arch/evbppc/conf/EXPLORA451
--- a/sys/arch/evbppc/conf/EXPLORA451   Thu Dec 24 01:32:22 2009 +0000
+++ b/sys/arch/evbppc/conf/EXPLORA451   Thu Dec 24 09:26:43 2009 +0000
@@ -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.
diff -r 831071c87403 -r 4c2ce7a71601 sys/arch/evbppc/conf/OPENBLOCKS200
--- a/sys/arch/evbppc/conf/OPENBLOCKS200        Thu Dec 24 01:32:22 2009 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS200        Thu Dec 24 09:26:43 2009 +0000
@@ -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.
diff -r 831071c87403 -r 4c2ce7a71601 sys/arch/evbppc/conf/OPENBLOCKS266
--- a/sys/arch/evbppc/conf/OPENBLOCKS266        Thu Dec 24 01:32:22 2009 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS266        Thu Dec 24 09:26:43 2009 +0000
@@ -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.
diff -r 831071c87403 -r 4c2ce7a71601 sys/arch/evbppc/conf/PMPPC
--- a/sys/arch/evbppc/conf/PMPPC        Thu Dec 24 01:32:22 2009 +0000
+++ b/sys/arch/evbppc/conf/PMPPC        Thu Dec 24 09:26:43 2009 +0000
@@ -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.
diff -r 831071c87403 -r 4c2ce7a71601 sys/arch/evbppc/conf/VIRTEX_DFC
--- a/sys/arch/evbppc/conf/VIRTEX_DFC   Thu Dec 24 01:32:22 2009 +0000
+++ b/sys/arch/evbppc/conf/VIRTEX_DFC   Thu Dec 24 09:26:43 2009 +0000
@@ -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
diff -r 831071c87403 -r 4c2ce7a71601 sys/arch/evbppc/conf/VIRTEX_GSRD1
--- a/sys/arch/evbppc/conf/VIRTEX_GSRD1 Thu Dec 24 01:32:22 2009 +0000
+++ b/sys/arch/evbppc/conf/VIRTEX_GSRD1 Thu Dec 24 09:26:43 2009 +0000
@@ -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
diff -r 831071c87403 -r 4c2ce7a71601 sys/arch/evbppc/conf/VIRTEX_GSRD2
--- a/sys/arch/evbppc/conf/VIRTEX_GSRD2 Thu Dec 24 01:32:22 2009 +0000
+++ b/sys/arch/evbppc/conf/VIRTEX_GSRD2 Thu Dec 24 09:26:43 2009 +0000
@@ -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
diff -r 831071c87403 -r 4c2ce7a71601 sys/arch/evbppc/conf/WALNUT
--- a/sys/arch/evbppc/conf/WALNUT       Thu Dec 24 01:32:22 2009 +0000
+++ b/sys/arch/evbppc/conf/WALNUT       Thu Dec 24 09:26:43 2009 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index