From 2aa4a4388c0a98c9e3145791dfdabf372af67504 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sun, 5 Sep 1993 17:41:07 +0000 Subject: Fixed printf if you are using SCSI_DELAY to allow the scsi bus to settle down after the reset. --- sys/scsi/scsiconf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/scsi') 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 @@ -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 -- cgit v1.1