Module Name: src Committed By: cegger Date: Wed Jul 29 13:37:57 UTC 2009
Modified Files: src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU Log Message: nuke unused XEN3 option. The XEN option is sufficient now. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/i386/conf/XEN3_DOM0 \ src/sys/arch/i386/conf/XEN3_DOMU 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/i386/conf/XEN3_DOM0 diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.17 src/sys/arch/i386/conf/XEN3_DOM0:1.18 --- src/sys/arch/i386/conf/XEN3_DOM0:1.17 Mon Apr 20 20:49:21 2009 +++ src/sys/arch/i386/conf/XEN3_DOM0 Wed Jul 29 13:37:57 2009 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOM0,v 1.17 2009/04/20 20:49:21 cegger Exp $ +# $NetBSD: XEN3_DOM0,v 1.18 2009/07/29 13:37:57 cegger Exp $ # # XEN3_0: Xen 3.0 domain0 kernel @@ -14,7 +14,6 @@ # options XEN -options XEN3 #Xen 3.x support #options __XEN_INTERFACE_VERSION__=0x00030205 # Xen 3.1 interface # boot messages with MPBIOS, acpi and ioapic can be quite large Index: src/sys/arch/i386/conf/XEN3_DOMU diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.17 src/sys/arch/i386/conf/XEN3_DOMU:1.18 --- src/sys/arch/i386/conf/XEN3_DOMU:1.17 Sat Jul 18 16:31:42 2009 +++ src/sys/arch/i386/conf/XEN3_DOMU Wed Jul 29 13:37:57 2009 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOMU,v 1.17 2009/07/18 16:31:42 reinoud Exp $ +# $NetBSD: XEN3_DOMU,v 1.18 2009/07/29 13:37:57 cegger Exp $ include "arch/xen/conf/std.xen" @@ -161,7 +161,6 @@ #options NFS_BOOTSTATIC_SERVADDR="\"169.254.1.1\"" #options NFS_BOOTSTATIC_SERVER="\"server:/path/to/root\"" -options XEN3 #Xen 3.x support #options __XEN_INTERFACE_VERSION__=0x00030205 # Xen 3.1 interface options XEN_COMPAT_030001 #compatible with Xen3 before 3.0.2 options MAXPHYS=32768 #xbd doesn't handle 64k transfers