From 5328be2c72edb8ebf7de6c49b3ec7eace9ddb89d Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 9 Aug 1998 02:22:34 +0000 Subject: MF22: Shut this thing up by default. --- sys/i386/eisa/dpt_eisa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/i386/eisa') diff --git a/sys/i386/eisa/dpt_eisa.c b/sys/i386/eisa/dpt_eisa.c index c8a9af4..080191f 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; -- cgit v1.1