Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/include bring back the sun3 MAXPHYS definition...
details: https://anonhg.NetBSD.org/src/rev/0f30967652f9
branches: trunk
changeset: 573220:0f30967652f9
user: chs <chs%NetBSD.org@localhost>
date: Sat Jan 22 17:13:14 2005 +0000
description:
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.
diffstat:
sys/arch/sun3/include/param3.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r a47ae4eb5436 -r 0f30967652f9 sys/arch/sun3/include/param3.h
--- a/sys/arch/sun3/include/param3.h Sat Jan 22 16:38:55 2005 +0000
+++ b/sys/arch/sun3/include/param3.h Sat Jan 22 17:13:14 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index