Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch remove MAXPHYS override, xbd(4) was changed to work...
details: https://anonhg.NetBSD.org/src/rev/b5aec1b57312
branches: trunk
changeset: 1009177:b5aec1b57312
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed Apr 15 10:21:00 2020 +0000
description:
remove MAXPHYS override, xbd(4) was changed to work with 64k transfers
diffstat:
sys/arch/amd64/conf/XEN3_DOMU | 5 ++---
sys/arch/amd64/conf/XEN3_PVHVM | 5 ++---
sys/arch/i386/conf/XEN3PAE_DOMU | 4 +---
sys/arch/i386/conf/XEN3PAE_PVHVM | 4 +---
4 files changed, 6 insertions(+), 12 deletions(-)
diffs (80 lines):
diff -r a749c111720c -r b5aec1b57312 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU Wed Apr 15 10:16:47 2020 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU Wed Apr 15 10:21:00 2020 +0000
@@ -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 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
diff -r a749c111720c -r b5aec1b57312 sys/arch/amd64/conf/XEN3_PVHVM
--- a/sys/arch/amd64/conf/XEN3_PVHVM Wed Apr 15 10:16:47 2020 +0000
+++ b/sys/arch/amd64/conf/XEN3_PVHVM Wed Apr 15 10:21:00 2020 +0000
@@ -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 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
diff -r a749c111720c -r b5aec1b57312 sys/arch/i386/conf/XEN3PAE_DOMU
--- a/sys/arch/i386/conf/XEN3PAE_DOMU Wed Apr 15 10:16:47 2020 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOMU Wed Apr 15 10:21:00 2020 +0000
@@ -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_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
diff -r a749c111720c -r b5aec1b57312 sys/arch/i386/conf/XEN3PAE_PVHVM
--- a/sys/arch/i386/conf/XEN3PAE_PVHVM Wed Apr 15 10:16:47 2020 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_PVHVM Wed Apr 15 10:21:00 2020 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index