Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe only print the boot-time message if we're ...



details:   https://anonhg.NetBSD.org/src/rev/303bc5004605
branches:  trunk
changeset: 756967:303bc5004605
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Aug 08 18:25:14 2010 +0000

description:
only print the boot-time message if we're being verbose.

diffstat:

 sys/dev/raidframe/rf_netbsdkintf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 095ef4b2d904 -r 303bc5004605 sys/dev/raidframe/rf_netbsdkintf.c
--- a/sys/dev/raidframe/rf_netbsdkintf.c        Sun Aug 08 18:25:06 2010 +0000
+++ b/sys/dev/raidframe/rf_netbsdkintf.c        Sun Aug 08 18:25:14 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_netbsdkintf.c,v 1.273 2010/03/14 21:11:41 jld Exp $ */
+/*     $NetBSD: rf_netbsdkintf.c,v 1.274 2010/08/08 18:25:14 chs Exp $ */
 /*-
  * Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -139,7 +139,7 @@
  ***********************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.273 2010/03/14 21:11:41 jld Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.274 2010/08/08 18:25:14 chs Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -385,7 +385,7 @@
                raidPtrs[i] = NULL;
        rc = rf_BootRaidframe();
        if (rc == 0)
-               aprint_normal("Kernelized RAIDframe activated\n");
+               aprint_verbose("Kernelized RAIDframe activated\n");
        else
                panic("Serious error booting RAID!!");
 



Home | Main Index | Thread Index | Old Index