diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-08-09 02:22:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-08-09 02:22:34 +0000 |
| commit | 0eaf7cf01b8a0fa0ee81324f17df580fcbea71e7 (patch) | |
| tree | ca4ea77ae0302ba6829ceea334b1f1c7abfb1857 | |
| parent | afc2d1c74e49402747102cd3868d116cd2161043 (diff) | |
Notes
| -rw-r--r-- | sys/dev/dpt/dpt_eisa.c | 4 | ||||
| -rw-r--r-- | 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 c8a9af4019d6..080191fcf8a0 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 c8a9af4019d6..080191fcf8a0 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; |
