summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-01-14 11:45:43 +0000
committermiod <miod@openbsd.org>2006-01-14 11:45:43 +0000
commit0c6b8c50599fd5d8bf0c2f125d59d78a02d752e4 (patch)
tree0c58db012c9eeff3c88ea55652e0029c2812f990 /sys
parent- the allmulti target initially enables all multicast mode so don't bother (diff)
downloadwireguard-openbsd-0c6b8c50599fd5d8bf0c2f125d59d78a02d752e4.tar.xz
wireguard-openbsd-0c6b8c50599fd5d8bf0c2f125d59d78a02d752e4.zip
Revert 1.12 and go back to 32K MAXPHYS; 64k MAXPHYS exposes subtle bugs
and is not reliable enough.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mips64/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h
index 6324f2d1f93..1f42602cb9f 100644
--- a/sys/arch/mips64/include/param.h
+++ b/sys/arch/mips64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.12 2006/01/04 20:27:35 miod Exp $ */
+/* $OpenBSD: param.h,v 1.13 2006/01/14 11:45:43 miod Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -80,7 +80,7 @@
#define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
#define DEV_BSIZE (1 << DEV_BSHIFT)
#define BLKDEV_IOSIZE 2048
-#define MAXPHYS (64 * 1024) /* max raw I/O transfer size */
+#define MAXPHYS (32 * 1024) /* max raw I/O transfer size */
#ifdef __LP64__
#define UPAGES 4 /* pages of u-area */