bring back the sun3 MAXPHYS definition that has been missing for 8 years.
more recently, we changed to relying on MAXPHYS rather than MAXBSIZE to limit page cache I/O sizes, and sun3 has been broken since then.
This commit is contained in:
parent
8c1ec034b0
commit
70e6d93136
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param3.h,v 1.49 2003/08/07 16:29:56 agc Exp $ */
|
||||
/* $NetBSD: param3.h,v 1.50 2005/01/22 17:13:14 chs Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1990, 1993
|
||||
@ -87,4 +87,4 @@
|
||||
#define SEGOFSET (NBSG-1) /* byte offset into segment */
|
||||
|
||||
#define MAXBSIZE 0x8000 /* max FS block size */
|
||||
|
||||
#define MAXPHYS 0xe000
|
||||
|
Loading…
Reference in New Issue
Block a user