Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/sun3/include Apply patch from Matthias Scheler...



details:   https://anonhg.NetBSD.org/src/rev/12f76f1f0ed2
branches:  netbsd-1-6
changeset: 530688:12f76f1f0ed2
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Sep 09 21:22:34 2003 +0000

description:
Apply patch from Matthias Scheler to fix the sun3 build after the pullup
of ticket 1434 broke it.
[tron, ticket #1453]

diffstat:

 sys/arch/sun3/include/param.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fd8eb465e0b3 -r 12f76f1f0ed2 sys/arch/sun3/include/param.h
--- a/sys/arch/sun3/include/param.h     Tue Sep 09 20:35:18 2003 +0000
+++ b/sys/arch/sun3/include/param.h     Tue Sep 09 21:22:34 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.53.18.1 2002/06/01 22:45:33 tv Exp $       */
+/*     $NetBSD: param.h,v 1.53.18.2 2003/09/09 21:22:34 lukem Exp $    */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -88,5 +88,8 @@
 #define delay(us)      _delay((us)<<8)
 #define        DELAY(n)        delay(n)
 
+#undef MAXPHYS
+#define        MAXPHYS         (32 * 1024)     /* max raw I/O transfer size */
+
 #endif /* _KERNEL && !_LOCORE */
 #endif /* !_MACHINE_PARAM_H_ */



Home | Main Index | Thread Index | Old Index