diff options
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r-- | sys/scsi/cd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 76ce80e..9b8241a 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: cd.c,v 1.34 1995/03/01 22:24:39 dufault Exp $ + * $Id: cd.c,v 1.35 1995/03/04 20:50:42 dufault Exp $ */ #define SPLCD splbio @@ -196,11 +196,11 @@ cdattach(struct scsi_link *sc_link) */ cd_get_parms(unit, SCSI_NOSLEEP | SCSI_NOMASK); if (dp->disksize) { - printf("cd present.[%ld x %ld byte records]\n", + printf("cd present.[%ld x %ld byte records]", cd->params.disksize, cd->params.blksize); } else { - printf("drive empty\n"); + printf("drive empty"); } cd->flags |= CDINIT; cd_registerdev(unit); |