Set MAXPHYS to 64k instead of 63k.
This commit is contained in:
parent
39a7595b28
commit
f5abeb5b4b
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: param.h,v 1.46 2001/05/30 12:28:52 mrg Exp $ */
|
/* $NetBSD: param.h,v 1.47 2001/07/27 12:58:21 ragge Exp $ */
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1990 The Regents of the University of California.
|
* Copyright (c) 1990 The Regents of the University of California.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
@ -81,7 +81,7 @@
|
|||||||
#define DEV_BSIZE (1 << DEV_BSHIFT)
|
#define DEV_BSIZE (1 << DEV_BSHIFT)
|
||||||
|
|
||||||
#define BLKDEV_IOSIZE 2048
|
#define BLKDEV_IOSIZE 2048
|
||||||
#define MAXPHYS (63 * 1024) /* max raw I/O transfer size */
|
#define MAXPHYS (64 * 1024) /* max raw I/O transfer size */
|
||||||
#define MAXBSIZE 0x4000 /* max FS block size - XXX */
|
#define MAXBSIZE 0x4000 /* max FS block size - XXX */
|
||||||
|
|
||||||
#define UPAGES 2 /* pages of u-area */
|
#define UPAGES 2 /* pages of u-area */
|
||||||
|
Loading…
Reference in New Issue
Block a user