Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-xenpvh]: src/sys/arch Thanks do jdolecek@, MAXPHYS is not restric...



details:   https://anonhg.NetBSD.org/src/rev/c8a785ab07ba
branches:  bouyer-xenpvh
changeset: 931043:c8a785ab07ba
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Apr 20 19:46:03 2020 +0000

description:
Thanks do jdolecek@, MAXPHYS is not restricted to 32k now.
Nothing prevents merging GENERIC_XENHVM in GENERIC now

diffstat:

 sys/arch/amd64/conf/GENERIC_XENHVM |  3 +--
 sys/arch/i386/conf/GENERIC_XENHVM  |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 0044541fd792 -r c8a785ab07ba sys/arch/amd64/conf/GENERIC_XENHVM
--- a/sys/arch/amd64/conf/GENERIC_XENHVM        Mon Apr 20 19:43:32 2020 +0000
+++ b/sys/arch/amd64/conf/GENERIC_XENHVM        Mon Apr 20 19:46:03 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: GENERIC_XENHVM,v 1.1.2.4 2020/04/16 17:50:51 bouyer Exp $
+# $NetBSD: GENERIC_XENHVM,v 1.1.2.5 2020/04/20 19:46:03 bouyer Exp $
 
 include "arch/amd64/conf/GENERIC"
 
 options        XENPVHVM
 options        XEN
-options        MAXPHYS=32768   #xbd doesn't handle 64k transfers
 hypervisor*    at mainbus?             # Xen hypervisor
 #vcpu*         at hypervisor?          # Xen virtual CPUs
 xenbus*                at hypervisor?          # Xen virtual bus
diff -r 0044541fd792 -r c8a785ab07ba sys/arch/i386/conf/GENERIC_XENHVM
--- a/sys/arch/i386/conf/GENERIC_XENHVM Mon Apr 20 19:43:32 2020 +0000
+++ b/sys/arch/i386/conf/GENERIC_XENHVM Mon Apr 20 19:46:03 2020 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: GENERIC_XENHVM,v 1.1.2.1 2020/04/16 08:46:34 bouyer Exp $
+# $NetBSD: GENERIC_XENHVM,v 1.1.2.2 2020/04/20 19:46:04 bouyer Exp $
 
 include "arch/i386/conf/GENERIC"
 
 options        XENPVHVM
 options        XEN
 
-options        MAXPHYS=32768   #xbd doesn't handle 64k transfers
 hypervisor*    at mainbus?             # Xen hypervisor
 #vcpu*         at hypervisor?          # Xen virtual CPUs
 xenbus*                at hypervisor?          # Xen virtual bus



Home | Main Index | Thread Index | Old Index