Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/conf Forgot one -- `options COMPAT_15'.



details:   https://anonhg.NetBSD.org/src/rev/6037eaf20775
branches:  trunk
changeset: 521803:6037eaf20775
user:      fredb <fredb%NetBSD.org@localhost>
date:      Wed Feb 06 00:48:53 2002 +0000

description:
Forgot one -- `options COMPAT_15'.

diffstat:

 sys/arch/mac68k/conf/GENERIC    |  5 +++--
 sys/arch/mac68k/conf/GENERICSBC |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (50 lines):

diff -r d074e2482ced -r 6037eaf20775 sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC      Wed Feb 06 00:45:53 2002 +0000
+++ b/sys/arch/mac68k/conf/GENERIC      Wed Feb 06 00:48:53 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.121 2002/02/06 00:45:53 fredb Exp $
+# $NetBSD: GENERIC,v 1.122 2002/02/06 00:48:53 fredb Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include                "arch/mac68k/conf/std.mac68k"
 
-#ident                 "GENERIC-$Revision: 1.121 $"
+#ident                 "GENERIC-$Revision: 1.122 $"
 
 maxusers       16              # estimated number of users
 
@@ -75,6 +75,7 @@
 options        COMPAT_12       # NetBSD 1.2,
 options        COMPAT_13       # NetBSD 1.3,
 options        COMPAT_14       # NetBSD 1.4,
+options        COMPAT_15       # NetBSD 1.5,
 options        COMPAT_43       # and 4.3BSD
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
diff -r d074e2482ced -r 6037eaf20775 sys/arch/mac68k/conf/GENERICSBC
--- a/sys/arch/mac68k/conf/GENERICSBC   Wed Feb 06 00:45:53 2002 +0000
+++ b/sys/arch/mac68k/conf/GENERICSBC   Wed Feb 06 00:48:53 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERICSBC,v 1.12 2002/02/06 00:45:54 fredb Exp $
+#      $NetBSD: GENERICSBC,v 1.13 2002/02/06 00:48:54 fredb Exp $
 #
 # GENERICSBC
 
 include        "arch/mac68k/conf/std.mac68k"
 
-#ident                 "GENERICSBC-$Revision: 1.12 $"
+#ident                 "GENERICSBC-$Revision: 1.13 $"
 
 maxusers       16              # estimated number of users
 
@@ -59,6 +59,7 @@
 options        COMPAT_12       # NetBSD 1.2,
 options        COMPAT_13       # NetBSD 1.3,
 options        COMPAT_14       # NetBSD 1.4,
+options        COMPAT_15       # NetBSD 1.5,
 options        COMPAT_43       # and 4.3BSD
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 



Home | Main Index | Thread Index | Old Index