Module Name: src
Committed By: maxv
Date: Thu Aug 10 17:33:32 UTC 2017
Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU
src/sys/arch/i386/conf: GENERIC_TINY NET4501 XEN3_DOM0 XEN3_DOMU
Log Message:
Pff, I forgot to revert my change in these files. I committed only the
GENERIC files, and the message was:
Revert my changes, and re-enable COMPAT_NOMID, COMPAT_09 and COMPAT_43.
Several compat options happen to be dependent on the compat_43_* functions,
the availability of which is (wrongfully) controlled with COMPAT_43. Same
for COMPAT_09.
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.153 -r1.154 src/sys/arch/i386/conf/GENERIC_TINY
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/i386/conf/NET4501
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/i386/conf/XEN3_DOMU
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/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.137 src/sys/arch/amd64/conf/XEN3_DOM0:1.138
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.137 Fri Jul 28 16:10:28 2017
+++ src/sys/arch/amd64/conf/XEN3_DOM0 Thu Aug 10 17:33:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.137 2017/07/28 16:10:28 maxv Exp $
+# $NetBSD: XEN3_DOM0,v 1.138 2017/08/10 17:33:32 maxv Exp $
include "arch/amd64/conf/std.xen"
@@ -62,7 +62,7 @@ makeoptions COPTS="-O2 -fno-omit-frame-p
options DDB_COMMANDONENTER="trace;show registers"
# Compatibility options
-#options COMPAT_43 # 4.3BSD binary compatibility.
+options COMPAT_43 # 4.3BSD binary compatibility.
options COMPAT_15 # NetBSD 1.5,
options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
Index: src/sys/arch/amd64/conf/XEN3_DOMU
diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.76 src/sys/arch/amd64/conf/XEN3_DOMU:1.77
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.76 Fri Jul 28 16:10:28 2017
+++ src/sys/arch/amd64/conf/XEN3_DOMU Thu Aug 10 17:33:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.76 2017/07/28 16:10:28 maxv Exp $
+# $NetBSD: XEN3_DOMU,v 1.77 2017/08/10 17:33:32 maxv Exp $
include "arch/amd64/conf/std.xen"
@@ -54,7 +54,7 @@ makeoptions COPTS="-O2 -fno-omit-frame-p
options DDB_COMMANDONENTER="trace;show registers"
# Compatibility options
-#options COMPAT_43 # 4.3BSD binary compatibility.
+options COMPAT_43 # 4.3BSD binary compatibility.
options COMPAT_15 # NetBSD 1.5,
options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
Index: src/sys/arch/i386/conf/GENERIC_TINY
diff -u src/sys/arch/i386/conf/GENERIC_TINY:1.153 src/sys/arch/i386/conf/GENERIC_TINY:1.154
--- src/sys/arch/i386/conf/GENERIC_TINY:1.153 Wed Aug 9 18:45:30 2017
+++ src/sys/arch/i386/conf/GENERIC_TINY Thu Aug 10 17:33:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_TINY,v 1.153 2017/08/09 18:45:30 maxv Exp $
+# $NetBSD: GENERIC_TINY,v 1.154 2017/08/10 17:33:32 maxv Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@@ -72,7 +72,7 @@ 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_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_LINUX # binary compatibility with Linux
Index: src/sys/arch/i386/conf/NET4501
diff -u src/sys/arch/i386/conf/NET4501:1.96 src/sys/arch/i386/conf/NET4501:1.97
--- src/sys/arch/i386/conf/NET4501:1.96 Wed Aug 9 18:45:30 2017
+++ src/sys/arch/i386/conf/NET4501 Thu Aug 10 17:33:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: NET4501,v 1.96 2017/08/09 18:45:30 maxv Exp $
+# $NetBSD: NET4501,v 1.97 2017/08/10 17:33:32 maxv Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "NET4501-$Revision: 1.96 $"
+#ident "NET4501-$Revision: 1.97 $"
maxusers 32 # estimated number of users
@@ -77,8 +77,8 @@ options DDB_HISTORY_SIZE=512 # enable h
#makeoptions DEBUG="-g" # compile full symbol table
# Compatibility options
-#options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
-#options COMPAT_09 # NetBSD 0.9,
+options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
+options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_12 # NetBSD 1.2 (and 386BSD and BSDI),
@@ -92,7 +92,7 @@ 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_43 # 4.3BSD, 386BSD, and BSDI compatibility.
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_LINUX # binary compatibility with Linux
Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.119 src/sys/arch/i386/conf/XEN3_DOM0:1.120
--- src/sys/arch/i386/conf/XEN3_DOM0:1.119 Wed Aug 9 18:45:30 2017
+++ src/sys/arch/i386/conf/XEN3_DOM0 Thu Aug 10 17:33:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.119 2017/08/09 18:45:30 maxv Exp $
+# $NetBSD: XEN3_DOM0,v 1.120 2017/08/10 17:33:32 maxv Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -77,9 +77,9 @@ options DDB_HISTORY_SIZE=512 # enable h
options DDB_COMMANDONENTER="trace;show registers"
# Compatibility options
-#options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
-#options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
-#options COMPAT_09 # NetBSD 0.9,
+options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
+options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
+options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_12 # NetBSD 1.2 (and 386BSD and BSDI),
Index: src/sys/arch/i386/conf/XEN3_DOMU
diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.83 src/sys/arch/i386/conf/XEN3_DOMU:1.84
--- src/sys/arch/i386/conf/XEN3_DOMU:1.83 Wed Aug 9 18:45:30 2017
+++ src/sys/arch/i386/conf/XEN3_DOMU Thu Aug 10 17:33:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.83 2017/08/09 18:45:30 maxv Exp $
+# $NetBSD: XEN3_DOMU,v 1.84 2017/08/10 17:33:32 maxv Exp $
include "arch/xen/conf/std.xen"
@@ -61,9 +61,9 @@ options DDB_HISTORY_SIZE=512 # enable h
options DDB_COMMANDONENTER="trace;show registers"
# Compatibility options
-#options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
-#options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
-#options COMPAT_09 # NetBSD 0.9,
+options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
+options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
+options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_12 # NetBSD 1.2 (and 386BSD and BSDI),