Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/dev disable noisy boot message.



details:   https://anonhg.NetBSD.org/src/rev/84e377c6092a
branches:  trunk
changeset: 480616:84e377c6092a
user:      uch <uch%NetBSD.org@localhost>
date:      Sun Jan 16 21:39:36 2000 +0000

description:
disable noisy boot message.

diffstat:

 sys/arch/hpcmips/dev/fb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8a9f0602205b -r 84e377c6092a sys/arch/hpcmips/dev/fb.c
--- a/sys/arch/hpcmips/dev/fb.c Sun Jan 16 21:31:28 2000 +0000
+++ b/sys/arch/hpcmips/dev/fb.c Sun Jan 16 21:39:36 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fb.c,v 1.12 2000/01/05 15:12:42 takemura Exp $ */
+/*     $NetBSD: fb.c,v 1.13 2000/01/16 21:39:36 uch Exp $      */
 
 /*-
  * Copyright (c) 1999
@@ -67,7 +67,7 @@
 static const char _copyright[] __attribute__ ((unused)) =
     "Copyright (c) 1999 Shin Takemura.  All rights reserved.";
 static const char _rcsid[] __attribute__ ((unused)) =
-    "$Id: fb.c,v 1.12 2000/01/05 15:12:42 takemura Exp $";
+    "$Id: fb.c,v 1.13 2000/01/16 21:39:36 uch Exp $";
 
 
 #include <sys/param.h>
@@ -99,7 +99,7 @@
 #include <arch/hpcmips/dev/fbvar.h>
 
 #ifdef FBDEBUG
-int    fb_debug = 1;
+int    fb_debug = 0;
 #define        DPRINTF(arg) if (fb_debug) printf arg;
 #else
 #define        DPRINTF(arg)



Home | Main Index | Thread Index | Old Index