Module Name: src
Committed By: dholland
Date: Sat Aug 23 21:05:39 UTC 2014
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
Add options COMPAT_44, which controls mostly MD code but should be in
here anyway.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.383 -r1.384 src/sys/arch/i386/conf/ALL
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/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.16 src/sys/arch/amd64/conf/ALL:1.17
--- src/sys/arch/amd64/conf/ALL:1.16 Sat Aug 23 20:26:56 2014
+++ src/sys/arch/amd64/conf/ALL Sat Aug 23 21:05:39 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.16 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: ALL,v 1.17 2014/08/23 21:05:39 dholland Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.16 $"
+#ident "ALL-$Revision: 1.17 $"
maxusers 64 # estimated number of users
@@ -143,6 +143,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_44 # 4.4BSD
options COMPAT_386BSD_MBRPART # recognize old partition ID
options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.383 src/sys/arch/i386/conf/ALL:1.384
--- src/sys/arch/i386/conf/ALL:1.383 Sat Aug 23 20:26:58 2014
+++ src/sys/arch/i386/conf/ALL Sat Aug 23 21:05:39 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.383 2014/08/23 20:26:58 dholland Exp $
+# $NetBSD: ALL,v 1.384 2014/08/23 21:05:39 dholland Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.383 $"
+#ident "ALL-$Revision: 1.384 $"
maxusers 64 # estimated number of users
@@ -144,6 +144,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_44 # 4.4BSD
options COMPAT_386BSD_MBRPART # recognize old partition ID
options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.