remove MAXPHYS override, xbd(4) was changed to work with 64k transfers

This commit is contained in:
jdolecek 2020-04-15 10:21:00 +00:00
parent c2ea501358
commit 1018214947
4 changed files with 6 additions and 12 deletions

View File

@ -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 config file in kernel binary
#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

View File

@ -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 config file in kernel binary
#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

View File

@ -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_BOOTPARAM
#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

View File

@ -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_BOOTPARAM
#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