Source-Changes-HG archive

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

[src/trunk]: src/sys/arch xbd has been able to cope with any value of MAXPHYS...



details:   https://anonhg.NetBSD.org/src/rev/993e39856bbf
branches:  trunk
changeset: 784146:993e39856bbf
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Jan 19 16:19:55 2013 +0000

description:
xbd has been able to cope with any value of MAXPHYS since
src/sys/arch/xen/xen/xbd_xenbus.c 1.56

diffstat:

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

diffs (34 lines):

diff -r 7253857bffd5 -r 993e39856bbf sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Sat Jan 19 16:18:32 2013 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Sat Jan 19 16:19:55 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.41 2012/10/17 14:48:08 apb Exp $
+# $NetBSD: XEN3_DOMU,v 1.42 2013/01/19 16:19:56 jakllsch Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -13,7 +13,6 @@
 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
diff -r 7253857bffd5 -r 993e39856bbf sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU      Sat Jan 19 16:18:32 2013 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU      Sat Jan 19 16:19:55 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.46 2012/10/17 14:48:13 apb Exp $
+# $NetBSD: XEN3_DOMU,v 1.47 2013/01/19 16:19:55 jakllsch Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -167,7 +167,6 @@
 #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



Home | Main Index | Thread Index | Old Index