From 70e6d931369aedbe71dfafbc241b770df6a21169 Mon Sep 17 00:00:00 2001 From: chs Date: Sat, 22 Jan 2005 17:13:14 +0000 Subject: [PATCH] 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. --- sys/arch/sun3/include/param3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sun3/include/param3.h b/sys/arch/sun3/include/param3.h index e25e58cfc0f1..3b6cc163f2b7 100644 --- a/sys/arch/sun3/include/param3.h +++ b/sys/arch/sun3/include/param3.h @@ -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