From 0eaf7cf01b8a0fa0ee81324f17df580fcbea71e7 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 9 Aug 1998 02:22:34 +0000 Subject: [PATCH] MF22: Shut this thing up by default. --- sys/dev/dpt/dpt_eisa.c | 4 ++-- sys/i386/eisa/dpt_eisa.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/dpt/dpt_eisa.c b/sys/dev/dpt/dpt_eisa.c index c8a9af4019d..080191fcf8a 100644 --- a/sys/dev/dpt/dpt_eisa.c +++ b/sys/dev/dpt/dpt_eisa.c @@ -32,7 +32,7 @@ */ /* - * $Id: dpt_eisa.c,v 1.1 1998/03/11 00:30:12 julian Exp $ + * $Id: dpt_eisa.c,v 1.2 1998/05/17 20:31:50 gibbs Exp $ */ #include "eisa.h" @@ -91,7 +91,7 @@ dpt_eisa_probe(void) dpt_softc_t *dpt; int count = 0; - if ( !already_announced ) { + if ( bootverbose && !already_announced ) { printf("DPT: EISA SCSI HBA Driver, version %d.%d.%d\n", DPT_RELEASE, DPT_VERSION, DPT_PATCH); ++already_announced; diff --git a/sys/i386/eisa/dpt_eisa.c b/sys/i386/eisa/dpt_eisa.c index c8a9af4019d..080191fcf8a 100644 --- a/sys/i386/eisa/dpt_eisa.c +++ b/sys/i386/eisa/dpt_eisa.c @@ -32,7 +32,7 @@ */ /* - * $Id: dpt_eisa.c,v 1.1 1998/03/11 00:30:12 julian Exp $ + * $Id: dpt_eisa.c,v 1.2 1998/05/17 20:31:50 gibbs Exp $ */ #include "eisa.h" @@ -91,7 +91,7 @@ dpt_eisa_probe(void) dpt_softc_t *dpt; int count = 0; - if ( !already_announced ) { + if ( bootverbose && !already_announced ) { printf("DPT: EISA SCSI HBA Driver, version %d.%d.%d\n", DPT_RELEASE, DPT_VERSION, DPT_PATCH); ++already_announced;