Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/include dmesg from cats booting can be bigger ...



details:   https://anonhg.NetBSD.org/src/rev/be73d765c411
branches:  trunk
changeset: 532466:be73d765c411
user:      chris <chris%NetBSD.org@localhost>
date:      Fri Jun 07 20:56:43 2002 +0000

description:
dmesg from cats booting can be bigger than 4k, so enlarge it to 8k.

diffstat:

 sys/arch/cats/include/param.h |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 0e3412d49b6a -r be73d765c411 sys/arch/cats/include/param.h
--- a/sys/arch/cats/include/param.h     Fri Jun 07 20:27:14 2002 +0000
+++ b/sys/arch/cats/include/param.h     Fri Jun 07 20:56:43 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.4 2002/02/12 06:58:19 thorpej Exp $        */
+/*     $NetBSD: param.h,v 1.5 2002/06/07 20:56:43 chris Exp $  */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
@@ -46,6 +46,12 @@
 #define        MACHINE_ARCH    "arm32"
 #endif /* __ELF__ */
 
+/*
+ * cats boot dmesg is bigger than 4k
+ */
+
+#define MSGBUFSIZE     (2*NBPG)
+
 #include <arm/arm32/param.h>
 
 #endif /* _CATS_PARAM_H_ */



Home | Main Index | Thread Index | Old Index