From 14241c5f46778af7f4dda900398929aa5911a91a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 24 May 2010 02:00:36 +0000 Subject: there is no reason for one MAXPHYS definition to be different from all the others --- sys/arch/arm/include/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/arm/include/param.h b/sys/arch/arm/include/param.h index 542b1fbc20c..18978a312d5 100644 --- a/sys/arch/arm/include/param.h +++ b/sys/arch/arm/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.12 2008/05/04 09:57:47 martin Exp $ */ +/* $OpenBSD: param.h,v 1.13 2010/05/24 02:00:35 deraadt Exp $ */ /* $NetBSD: param.h,v 1.9 2002/03/24 03:37:23 thorpej Exp $ */ /* @@ -149,7 +149,7 @@ void delay (unsigned); #define BLKDEV_IOSIZE 2048 #ifndef MAXPHYS -#define MAXPHYS 65536 /* max I/O transfer size */ +#define MAXPHYS (64 * 1024) /* max I/O transfer size */ #endif /* pages ("clicks") to disk blocks */ -- cgit v1.2.3