Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/conf Enable compatibility for earlier relea...



details:   https://anonhg.NetBSD.org/src/rev/903b13290e0b
branches:  trunk
changeset: 499648:903b13290e0b
user:      scw <scw%NetBSD.org@localhost>
date:      Sat Nov 25 20:35:32 2000 +0000

description:
Enable compatibility for earlier releases.

diffstat:

 sys/arch/mvme68k/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r cf69b8d0892b -r 903b13290e0b sys/arch/mvme68k/conf/GENERIC
--- a/sys/arch/mvme68k/conf/GENERIC     Sat Nov 25 19:33:39 2000 +0000
+++ b/sys/arch/mvme68k/conf/GENERIC     Sat Nov 25 20:35:32 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC,v 1.17 2000/11/25 19:33:39 scw Exp $
+#      $NetBSD: GENERIC,v 1.18 2000/11/25 20:35:32 scw Exp $
 
 include                "arch/mvme68k/conf/std.mvme68k"
 
-#ident                 "GENERIC-$Revision: 1.17 $"
+#ident                 "GENERIC-$Revision: 1.18 $"
 
 # Boards this kernel supports
 options        MVME147
@@ -50,7 +50,8 @@
 #options        TPIP
 #options        EON
 
-#options       COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
+options        COMPAT_09, COMPAT_10, COMPAT_11,
+options        COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
 #options       COMPAT_SUNOS
 #options       COMPAT_M68K4K   # compatibility with NetBSD/m68k4k binaries
 #options       COMPAT_LINUX    # compatibility with Linux/m68k binaries



Home | Main Index | Thread Index | Old Index