Module Name:    src
Committed By:   jakllsch
Date:           Sat Jan 19 16:19:56 UTC 2013

Modified Files:
        src/sys/arch/amd64/conf: XEN3_DOMU
        src/sys/arch/i386/conf: XEN3_DOMU

Log Message:
xbd has been able to cope with any value of MAXPHYS since
src/sys/arch/xen/xen/xbd_xenbus.c 1.56


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.46 -r1.47 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/amd64/conf/XEN3_DOMU
diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.41 src/sys/arch/amd64/conf/XEN3_DOMU:1.42
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.41	Wed Oct 17 14:48:08 2012
+++ src/sys/arch/amd64/conf/XEN3_DOMU	Sat Jan 19 16:19:56 2013
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.41 2012/10/17 14:48:08 apb Exp $
+# $NetBSD: XEN3_DOMU,v 1.42 2013/01/19 16:19:56 jakllsch Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -13,7 +13,6 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 maxusers	32		# estimated number of users
 
 #
-options 	MAXPHYS=32768	#xbd doesn't handle 64k transfers
 #options 	DOM0OPS
 
 #options 	USER_LDT	# user-settable LDT; used by WINE

Index: src/sys/arch/i386/conf/XEN3_DOMU
diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.46 src/sys/arch/i386/conf/XEN3_DOMU:1.47
--- src/sys/arch/i386/conf/XEN3_DOMU:1.46	Wed Oct 17 14:48:13 2012
+++ src/sys/arch/i386/conf/XEN3_DOMU	Sat Jan 19 16:19:55 2013
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.46 2012/10/17 14:48:13 apb Exp $
+# $NetBSD: XEN3_DOMU,v 1.47 2013/01/19 16:19:55 jakllsch Exp $
 
 include 	"arch/xen/conf/std.xen"
 
@@ -167,7 +167,6 @@ options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARA
 #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 ?
 #config		netbsd	root on wd0a type ffs

Reply via email to