Module Name: src
Committed By: jdolecek
Date: Wed Apr 15 10:21:00 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: XEN3_DOMU XEN3_PVHVM
src/sys/arch/i386/conf: XEN3PAE_DOMU XEN3PAE_PVHVM
Log Message:
remove MAXPHYS override, xbd(4) was changed to work with 64k transfers
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amd64/conf/XEN3_PVHVM
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/conf/XEN3PAE_DOMU
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/i386/conf/XEN3PAE_PVHVM
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.90 src/sys/arch/amd64/conf/XEN3_DOMU:1.91
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.90 Wed Aug 21 12:16:07 2019
+++ src/sys/arch/amd64/conf/XEN3_DOMU Wed Apr 15 10:21:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.90 2019/08/21 12:16:07 maxv Exp $
+# $NetBSD: XEN3_DOMU,v 1.91 2020/04/15 10:21:00 jdolecek Exp $
include "arch/amd64/conf/std.xen"
@@ -11,12 +11,11 @@ options INCLUDE_CONFIG_FILE # embed con
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
-#ident "XEN3_DOMU-$Revision: 1.90 $"
+#ident "XEN3_DOMU-$Revision: 1.91 $"
maxusers 32 # estimated number of users
#
-options MAXPHYS=32768 #xbd doesn't handle 64k transfers
#options DOM0OPS
#options MTRR # memory-type range register syscall support
Index: src/sys/arch/amd64/conf/XEN3_PVHVM
diff -u src/sys/arch/amd64/conf/XEN3_PVHVM:1.3 src/sys/arch/amd64/conf/XEN3_PVHVM:1.4
--- src/sys/arch/amd64/conf/XEN3_PVHVM:1.3 Mon Apr 6 19:28:21 2020
+++ src/sys/arch/amd64/conf/XEN3_PVHVM Wed Apr 15 10:21:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_PVHVM,v 1.3 2020/04/06 19:28:21 bouyer Exp $
+# $NetBSD: XEN3_PVHVM,v 1.4 2020/04/15 10:21:00 jdolecek Exp $
include "arch/amd64/conf/std.xen"
@@ -12,10 +12,9 @@ options INCLUDE_CONFIG_FILE # embed con
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
-#ident "XEN3_PVHVM-$Revision: 1.3 $"
+#ident "XEN3_PVHVM-$Revision: 1.4 $"
maxusers 32 # estimated number of users
-options MAXPHYS=32768 #xbd doesn't handle 64k transfers
# boot messages with MPBIOS, acpi and ioapic can be quite large
options MSGBUFSIZE=24576
Index: src/sys/arch/i386/conf/XEN3PAE_DOMU
diff -u src/sys/arch/i386/conf/XEN3PAE_DOMU:1.10 src/sys/arch/i386/conf/XEN3PAE_DOMU:1.11
--- src/sys/arch/i386/conf/XEN3PAE_DOMU:1.10 Fri Apr 10 20:56:56 2020
+++ src/sys/arch/i386/conf/XEN3PAE_DOMU Wed Apr 15 10:21:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3PAE_DOMU,v 1.10 2020/04/10 20:56:56 jdolecek Exp $
+# $NetBSD: XEN3PAE_DOMU,v 1.11 2020/04/15 10:21:00 jdolecek Exp $
include "arch/i386/conf/std.xen"
@@ -150,8 +150,6 @@ options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARA
#options NFS_BOOTSTATIC_SERVADDR="\"169.254.1.1\""
#options NFS_BOOTSTATIC_SERVER="\"server:/path/to/root\""
-options MAXPHYS=32768 #xbd doesn't handle 64k transfers
-
config netbsd root on ? type ?
#config netbsd root on wd0a type ffs
#config netbsd root on xennet0 type nfs
Index: src/sys/arch/i386/conf/XEN3PAE_PVHVM
diff -u src/sys/arch/i386/conf/XEN3PAE_PVHVM:1.4 src/sys/arch/i386/conf/XEN3PAE_PVHVM:1.5
--- src/sys/arch/i386/conf/XEN3PAE_PVHVM:1.4 Thu Apr 9 14:39:10 2020
+++ src/sys/arch/i386/conf/XEN3PAE_PVHVM Wed Apr 15 10:21:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3PAE_PVHVM,v 1.4 2020/04/09 14:39:10 jdolecek Exp $
+# $NetBSD: XEN3PAE_PVHVM,v 1.5 2020/04/15 10:21:00 jdolecek Exp $
include "arch/i386/conf/std.xen"
@@ -99,8 +99,6 @@ options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARA
#options NFS_BOOTSTATIC_SERVADDR="\"169.254.1.1\""
#options NFS_BOOTSTATIC_SERVER="\"server:/path/to/root\""
-options MAXPHYS=32768 #xbd doesn't handle 64k transfers
-
config netbsd root on ? type ?
#config netbsd root on wd0a type ffs
#config netbsd root on xbd0a type ffs