summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-01-04 20:27:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-01-04 20:27:36 +0000
commitbd2c72db9b1c9a925d92b2f4df3fc3e1b95ca9a5 (patch)
tree449131652fa124598597ec9a3468f39d5ab3ca60 /sys/arch/mips64
parentc5f3f30d788729b4543e94f22289ca0c0f16495b (diff)
Crank MAXPHYS to 64KB again and remove bogus comment.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/include/param.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h
index e586e32f5e6..6324f2d1f93 100644
--- a/sys/arch/mips64/include/param.h
+++ b/sys/arch/mips64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.11 2005/12/13 01:56:44 martin Exp $ */
+/* $OpenBSD: param.h,v 1.12 2006/01/04 20:27:35 miod Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -80,8 +80,7 @@
#define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
#define DEV_BSIZE (1 << DEV_BSHIFT)
#define BLKDEV_IOSIZE 2048
-/* XXX Maxphys temporary changed to 32K while SCSI driver is fixed. */
-#define MAXPHYS (32 * 1024) /* max raw I/O transfer size */
+#define MAXPHYS (64 * 1024) /* max raw I/O transfer size */
#ifdef __LP64__
#define UPAGES 4 /* pages of u-area */