Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Pff, I forgot to revert my change in these files. I...



details:   https://anonhg.NetBSD.org/src/rev/f4b4439a5171
branches:  trunk
changeset: 826005:f4b4439a5171
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Aug 10 17:33:32 2017 +0000

description:
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.

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0   |   4 ++--
 sys/arch/amd64/conf/XEN3_DOMU   |   4 ++--
 sys/arch/i386/conf/GENERIC_TINY |   4 ++--
 sys/arch/i386/conf/NET4501      |  10 +++++-----
 sys/arch/i386/conf/XEN3_DOM0    |   8 ++++----
 sys/arch/i386/conf/XEN3_DOMU    |   8 ++++----
 6 files changed, 19 insertions(+), 19 deletions(-)

diffs (136 lines):

diff -r 6a22c35de368 -r f4b4439a5171 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Thu Aug 10 15:31:49 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Thu Aug 10 17:33:32 2017 +0000
@@ -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 @@
 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,
diff -r 6a22c35de368 -r f4b4439a5171 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Thu Aug 10 15:31:49 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Thu Aug 10 17:33:32 2017 +0000
@@ -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 @@
 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,
diff -r 6a22c35de368 -r f4b4439a5171 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Thu Aug 10 15:31:49 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Thu Aug 10 17:33:32 2017 +0000
@@ -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_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
diff -r 6a22c35de368 -r f4b4439a5171 sys/arch/i386/conf/NET4501
--- a/sys/arch/i386/conf/NET4501        Thu Aug 10 15:31:49 2017 +0000
+++ b/sys/arch/i386/conf/NET4501        Thu Aug 10 17:33:32 2017 +0000
@@ -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 @@
 
 #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 @@
 #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_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
diff -r 6a22c35de368 -r f4b4439a5171 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Thu Aug 10 15:31:49 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Thu Aug 10 17:33:32 2017 +0000
@@ -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_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),
diff -r 6a22c35de368 -r f4b4439a5171 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU      Thu Aug 10 15:31:49 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU      Thu Aug 10 17:33:32 2017 +0000
@@ -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_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),



Home | Main Index | Thread Index | Old Index