summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-05 17:41:07 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-05 17:41:07 +0000
commit2aa4a4388c0a98c9e3145791dfdabf372af67504 (patch)
treebc8eb48eebc931076f01980f83aaa20dd84c3702 /sys/scsi
parentfc27c26386bffce131e186da49b121e0a108fb0e (diff)
downloadFreeBSD-src-2aa4a4388c0a98c9e3145791dfdabf372af67504.zip
FreeBSD-src-2aa4a4388c0a98c9e3145791dfdabf372af67504.tar.gz
Fixed printf if you are using SCSI_DELAY to allow the scsi bus to
settle down after the reset.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index e15cc9a..70765b0 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsiconf.c,v 1.6 93/08/26 21:09:39 julian Exp Locker: julian $
+ * $Id: scsiconf.c,v 1.5 1993/08/28 03:08:53 rgrimes Exp $
*/
#include <sys/types.h>
@@ -166,7 +166,8 @@ struct scsi_switch *scsi_switch;
#ifdef SCSI_DELAY
#if SCSI_DELAY > 2
- printf("waiting for scsi devices to settle\n");
+ printf("%s%d waiting for scsi devices to settle\n",
+ scsi_switch->name, unit);
#else SCSI_DELAY > 2
#define SCSI_DELAY 2
#endif SCSI_DELAY > 2
OpenPOWER on IntegriCloud