Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Disable COMPAT_386BSD_MBRPART on Xen - no...



details:   https://anonhg.NetBSD.org/src/rev/916286f4fa8c
branches:  trunk
changeset: 825747:916286f4fa8c
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Jul 29 05:59:08 2017 +0000

description:
Disable COMPAT_386BSD_MBRPART on Xen - not enabled in GENERIC.

diffstat:

 sys/arch/i386/conf/XEN3_DOM0 |  4 ++--
 sys/arch/i386/conf/XEN3_DOMU |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 6806d2c1a42c -r 916286f4fa8c sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Sat Jul 29 05:55:58 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Sat Jul 29 05:59:08 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3_DOM0,v 1.114 2017/07/28 14:13:13 maxv Exp $
+#      $NetBSD: XEN3_DOM0,v 1.115 2017/07/29 05:59:08 maxv Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -93,7 +93,7 @@
 options        COMPAT_50       # NetBSD 5.0,
 options        COMPAT_60       # NetBSD 6.0, and
 options        COMPAT_70       # NetBSD 7.0 binary compatibility.
-options        COMPAT_386BSD_MBRPART # recognize old partition ID
+#options       COMPAT_386BSD_MBRPART # recognize old partition ID
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 options        COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
diff -r 6806d2c1a42c -r 916286f4fa8c sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU      Sat Jul 29 05:55:58 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU      Sat Jul 29 05:59:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.78 2017/07/28 14:13:13 maxv Exp $
+# $NetBSD: XEN3_DOMU,v 1.79 2017/07/29 05:59:08 maxv Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -77,7 +77,7 @@
 options        COMPAT_50       # NetBSD 5.0,
 options        COMPAT_60       # NetBSD 6.0, and
 options        COMPAT_70       # NetBSD 7.0 binary compatibility.
-options        COMPAT_386BSD_MBRPART # recognize old partition ID
+#options       COMPAT_386BSD_MBRPART # recognize old partition ID
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 options        COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility



Home | Main Index | Thread Index | Old Index