diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index e15cc9afd53..70765b062a4 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