Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Revert my changes, and re-enable COMPAT_NOMID, COMP...
details: https://anonhg.NetBSD.org/src/rev/dd51e591bdba
branches: trunk
changeset: 355587:dd51e591bdba
user: maxv <maxv%NetBSD.org@localhost>
date: Fri Aug 04 09:30:19 2017 +0000
description:
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/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (65 lines):
diff -r a1aa573461fc -r dd51e591bdba sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Fri Aug 04 08:45:39 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC Fri Aug 04 09:30:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.462 2017/07/28 16:10:28 maxv Exp $
+# $NetBSD: GENERIC,v 1.463 2017/08/04 09:30:19 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.462 $"
+#ident "GENERIC-$Revision: 1.463 $"
maxusers 64 # estimated number of users
@@ -132,7 +132,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 # and 4.3BSD
+options COMPAT_43 # and 4.3BSD
#options COMPAT_386BSD_MBRPART # recognize old partition ID
options COMPAT_OSSAUDIO
diff -r a1aa573461fc -r dd51e591bdba sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Fri Aug 04 08:45:39 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC Fri Aug 04 09:30:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1162 2017/07/31 15:43:33 maxv Exp $
+# $NetBSD: GENERIC,v 1.1163 2017/08/04 09:30:19 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1162 $"
+#ident "GENERIC-$Revision: 1.1163 $"
maxusers 64 # estimated number of users
@@ -124,8 +124,8 @@
options KDTRACE_HOOKS # kernel DTrace hooks
# 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),
@@ -139,7 +139,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_OSSAUDIO # OSS (Voxware) audio driver compatibility
Home |
Main Index |
Thread Index |
Old Index