summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authorchs <chs@NetBSD.org>2010-08-08 18:25:14 +0000
committerchs <chs@NetBSD.org>2010-08-08 18:25:14 +0000
commitae965fa2322ddd311d8a2d1b41531ca8b4d7766c (patch)
treefe16c9625471c9127277ecc4cb11c28476686d57 /sys/dev/raidframe
parent337dd649610b215c6c97f51a280e236f7300d526 (diff)
only print the boot-time message if we're being verbose.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_netbsdkintf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c
index 2d01432ad7e..490aa8f748a 100644
--- a/sys/dev/raidframe/rf_netbsdkintf.c
+++ b/sys/dev/raidframe/rf_netbsdkintf.c
@@ -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 @@ raidattach(int num)
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!!");