From ae965fa2322ddd311d8a2d1b41531ca8b4d7766c Mon Sep 17 00:00:00 2001 From: chs Date: Sun, 8 Aug 2010 18:25:14 +0000 Subject: only print the boot-time message if we're being verbose. --- sys/dev/raidframe/rf_netbsdkintf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/raidframe') 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 -__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!!"); -- cgit