Module Name:    src
Committed By:   bouyer
Date:           Thu Jan 24 13:58:41 UTC 2013

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

Log Message:
Put back 32k MAXPHYS, reverting
http://mail-index.netbsd.org/source-changes/2013/01/19/msg040666.html

64k MAXPHYS breaks at last iso9660, as shown by periodic anita runs at
http://www-soc.lip6.fr/~bouyer/NetBSD-tests/xen/


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.47 -r1.48 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.42 src/sys/arch/amd64/conf/XEN3_DOMU:1.43
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.42	Sat Jan 19 16:19:56 2013
+++ src/sys/arch/amd64/conf/XEN3_DOMU	Thu Jan 24 13:58:40 2013
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.42 2013/01/19 16:19:56 jakllsch Exp $
+# $NetBSD: XEN3_DOMU,v 1.43 2013/01/24 13:58:40 bouyer Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -13,6 +13,7 @@ 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.47 src/sys/arch/i386/conf/XEN3_DOMU:1.48
--- src/sys/arch/i386/conf/XEN3_DOMU:1.47	Sat Jan 19 16:19:55 2013
+++ src/sys/arch/i386/conf/XEN3_DOMU	Thu Jan 24 13:58:41 2013
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.47 2013/01/19 16:19:55 jakllsch Exp $
+# $NetBSD: XEN3_DOMU,v 1.48 2013/01/24 13:58:41 bouyer Exp $
 
 include 	"arch/xen/conf/std.xen"
 
@@ -167,6 +167,7 @@ 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