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 remove commented out __XEN_INTERFACE_VERS...



details:   https://anonhg.NetBSD.org/src/rev/c78c6e271457
branches:  trunk
changeset: 930633:c78c6e271457
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Apr 10 20:56:56 2020 +0000

description:
remove commented out __XEN_INTERFACE_VERSION__ option, it comes via std.xen

diffstat:

 sys/arch/i386/conf/XEN3PAE_DOM0 |  3 +--
 sys/arch/i386/conf/XEN3PAE_DOMU |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r b27cf7461c0e -r c78c6e271457 sys/arch/i386/conf/XEN3PAE_DOM0
--- a/sys/arch/i386/conf/XEN3PAE_DOM0   Fri Apr 10 19:08:10 2020 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOM0   Fri Apr 10 20:56:56 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3PAE_DOM0,v 1.22 2020/04/09 14:39:10 jdolecek Exp $
+#      $NetBSD: XEN3PAE_DOM0,v 1.23 2020/04/10 20:56:56 jdolecek Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -18,7 +18,6 @@
 #
 options        XEN
 options        PAE
-#options       __XEN_INTERFACE_VERSION__=0x00030205 # Xen 3.1 interface
 
 # boot messages with MPBIOS, acpi and ioapic can be quite large
 options        MSGBUFSIZE=24576
diff -r b27cf7461c0e -r c78c6e271457 sys/arch/i386/conf/XEN3PAE_DOMU
--- a/sys/arch/i386/conf/XEN3PAE_DOMU   Fri Apr 10 19:08:10 2020 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOMU   Fri Apr 10 20:56:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3PAE_DOMU,v 1.9 2020/04/09 14:39:10 jdolecek Exp $
+# $NetBSD: XEN3PAE_DOMU,v 1.10 2020/04/10 20:56:56 jdolecek Exp $
 
 include        "arch/i386/conf/std.xen"
 
@@ -150,7 +150,6 @@
 #options       NFS_BOOTSTATIC_SERVADDR="\"169.254.1.1\""
 #options       NFS_BOOTSTATIC_SERVER="\"server:/path/to/root\""
 
-#options       __XEN_INTERFACE_VERSION__=0x00030205 # Xen 3.1 interface
 options        MAXPHYS=32768   #xbd doesn't handle 64k transfers
 
 config         netbsd  root on ? type ?



Home | Main Index | Thread Index | Old Index