summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/param.h
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-09-22 05:48:31 +0000
committerdillon <dillon@FreeBSD.org>1999-09-22 05:48:31 +0000
commit2817a59f503d7cc04787d396baad85b1e9c62dfc (patch)
treee98e44678717404edcdffdb09c18b3c0af75c441 /sys/i386/include/param.h
parent76fac7f888ce508d9eae39dd2e0eacc7a9e56628 (diff)
downloadFreeBSD-src-2817a59f503d7cc04787d396baad85b1e9c62dfc.zip
FreeBSD-src-2817a59f503d7cc04787d396baad85b1e9c62dfc.tar.gz
Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot
be set by a kernel conf option due to the struct buf structural dependancy (sizing of b_pages[]) creating a conflict with modules (which are not compiled with kernel config options overrides). We'll be able to sysctl these two later on when the buffer subsystem is revamped.
Diffstat (limited to 'sys/i386/include/param.h')
-rw-r--r--sys/i386/include/param.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h
index 0bd98e4..3274938 100644
--- a/sys/i386/include/param.h
+++ b/sys/i386/include/param.h
@@ -94,12 +94,8 @@
#ifndef BLKDEV_IOSIZE
#define BLKDEV_IOSIZE PAGE_SIZE /* default block device I/O size */
#endif
-#ifndef DFLTPHYS
#define DFLTPHYS (64 * 1024) /* default max raw I/O transfer size */
-#endif
-#ifndef MAXPHYS
#define MAXPHYS (128 * 1024) /* max raw I/O transfer size */
-#endif
#define IOPAGES 2 /* pages of i/o permission bitmap */
#define UPAGES 2 /* pages of u-area */
OpenPOWER on IntegriCloud