Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Add missing COMPAT_{50, 60, 70} lines, comm...
details: https://anonhg.NetBSD.org/src/rev/f444ad2c1119
branches: trunk
changeset: 331774:f444ad2c1119
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Aug 23 21:10:20 2014 +0000
description:
Add missing COMPAT_{50,60,70} lines, commented out or not as per the
COMPAT_40 line.
diffstat:
sys/arch/i386/conf/INSTALL_FLOPPY | 9 ++++++---
sys/arch/i386/conf/INSTALL_TINY | 9 ++++++---
sys/arch/i386/conf/NET4501 | 11 +++++++----
3 files changed, 19 insertions(+), 10 deletions(-)
diffs (78 lines):
diff -r 566faa47c370 -r f444ad2c1119 sys/arch/i386/conf/INSTALL_FLOPPY
--- a/sys/arch/i386/conf/INSTALL_FLOPPY Sat Aug 23 21:05:39 2014 +0000
+++ b/sys/arch/i386/conf/INSTALL_FLOPPY Sat Aug 23 21:10:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_FLOPPY,v 1.25 2014/08/23 20:26:58 dholland Exp $
+# $NetBSD: INSTALL_FLOPPY,v 1.26 2014/08/23 21:10:20 dholland Exp $
#
# INSTALL - Installation kernel.
#
@@ -88,8 +88,11 @@
#options COMPAT_15 # NetBSD 1.5,
#options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
-options COMPAT_30 # NetBSD 3.0, and
-options COMPAT_40 # NetBSD 4.0 binary compatibility.
+options COMPAT_30 # NetBSD 3.0,
+options COMPAT_40 # NetBSD 4.0,
+options COMPAT_50 # NetBSD 5.0,
+options COMPAT_60 # NetBSD 6.0, and
+options COMPAT_70 # NetBSD 7.0 binary compatibility.
#options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r 566faa47c370 -r f444ad2c1119 sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY Sat Aug 23 21:05:39 2014 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY Sat Aug 23 21:10:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_TINY,v 1.142 2014/08/23 20:26:58 dholland Exp $
+# $NetBSD: INSTALL_TINY,v 1.143 2014/08/23 21:10:20 dholland Exp $
#
# This kernel should be derived from INSTALL (which is derived
# from GENERIC) with some features commented out.
@@ -77,8 +77,11 @@
#options COMPAT_15 # NetBSD 1.5,
#options COMPAT_16 # NetBSD 1.6,
#options COMPAT_20 # NetBSD 2.0,
-#options COMPAT_30 # NetBSD 3.0, and
-#options COMPAT_40 # NetBSD 4.0 binary compatibility.
+#options COMPAT_30 # NetBSD 3.0,
+#options COMPAT_40 # NetBSD 4.0,
+#options COMPAT_50 # NetBSD 5.0,
+#options COMPAT_60 # NetBSD 6.0, and
+#options COMPAT_70 # NetBSD 7.0 binary compatibility.
#options COMPAT_43 # 4.3BSD, 386BSD, and BSDI compatibility.
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r 566faa47c370 -r f444ad2c1119 sys/arch/i386/conf/NET4501
--- a/sys/arch/i386/conf/NET4501 Sat Aug 23 21:05:39 2014 +0000
+++ b/sys/arch/i386/conf/NET4501 Sat Aug 23 21:10:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NET4501,v 1.86 2014/08/23 20:26:58 dholland Exp $
+# $NetBSD: NET4501,v 1.87 2014/08/23 21:10:20 dholland Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@@ -10,7 +10,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "NET4501-$Revision: 1.86 $"
+#ident "NET4501-$Revision: 1.87 $"
maxusers 32 # estimated number of users
@@ -87,8 +87,11 @@
options COMPAT_15 # NetBSD 1.5,
options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
-options COMPAT_30 # NetBSD 3.0, and
-options COMPAT_40 # NetBSD 4.0 binary compatibility.
+options COMPAT_30 # NetBSD 3.0,
+options COMPAT_40 # NetBSD 4.0,
+options COMPAT_50 # NetBSD 5.0,
+options COMPAT_60 # NetBSD 6.0, and
+options COMPAT_70 # NetBSD 7.0 binary compatibility.
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI compatibility.
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