Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add options COMPAT_44, which controls mostly MD cod...



details:   https://anonhg.NetBSD.org/src/rev/566faa47c370
branches:  trunk
changeset: 331773:566faa47c370
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Aug 23 21:05:39 2014 +0000

description:
Add options COMPAT_44, which controls mostly MD code but should be in
here anyway.

diffstat:

 sys/arch/amd64/conf/ALL |  5 +++--
 sys/arch/i386/conf/ALL  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r b10c8b22b38c -r 566faa47c370 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sat Aug 23 20:26:56 2014 +0000
+++ b/sys/arch/amd64/conf/ALL   Sat Aug 23 21:05:39 2014 +0000
@@ -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 @@
 
 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_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.
 
diff -r b10c8b22b38c -r 566faa47c370 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Aug 23 20:26:56 2014 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Aug 23 21:05:39 2014 +0000
@@ -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 @@
 
 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_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.
 



Home | Main Index | Thread Index | Old Index