#define MAXBSIZE to some nice value.

This commit is contained in:
ragge 1997-01-11 11:06:17 +00:00
parent 27381f0aaf
commit f98e31628a

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.21 1996/07/20 17:58:21 ragge Exp $ */
/* $NetBSD: param.h,v 1.22 1997/01/11 11:06:17 ragge Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -74,7 +74,8 @@
#define DEV_BSIZE (1 << DEV_BSHIFT)
#define BLKDEV_IOSIZE 2048
#define MAXPHYS (63 * 1024) /* max raw I/O transfer size */
#define MAXPHYS (63 * 1024) /* max raw I/O transfer size */
#define MAXBSIZE 0x4000 /* max FS block size - XXX */
#define CLSIZELOG2 1
#define CLSIZE 2