summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_eisa.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-08-09 02:22:34 +0000
committerjkh <jkh@FreeBSD.org>1998-08-09 02:22:34 +0000
commit5328be2c72edb8ebf7de6c49b3ec7eace9ddb89d (patch)
tree1abe12244ee14293782fe8e064aae08fc41a9e40 /sys/dev/dpt/dpt_eisa.c
parente06e9def27545b5976a299a93770825c31ae234d (diff)
downloadFreeBSD-src-5328be2c72edb8ebf7de6c49b3ec7eace9ddb89d.zip
FreeBSD-src-5328be2c72edb8ebf7de6c49b3ec7eace9ddb89d.tar.gz
MF22: Shut this thing up by default.
Diffstat (limited to 'sys/dev/dpt/dpt_eisa.c')
-rw-r--r--sys/dev/dpt/dpt_eisa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dpt/dpt_eisa.c b/sys/dev/dpt/dpt_eisa.c
index c8a9af4..080191f 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;
OpenPOWER on IntegriCloud