diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-08-06 12:11:52 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-08-06 12:11:52 +0000 |
commit | 13366311d630dc9fe6b9b7e225f1e2e99434a7ed (patch) | |
tree | bcd5263dfd6eb56c880261aa6f444029d99907d3 /sys/scsi/sd.c | |
parent | bed38c22db4a32680ee29f5bbfb526718ebfea6b (diff) | |
download | FreeBSD-src-13366311d630dc9fe6b9b7e225f1e2e99434a7ed.zip FreeBSD-src-13366311d630dc9fe6b9b7e225f1e2e99434a7ed.tar.gz |
Removed tabs from the front of XXU: messages to make it fit the other
messages closer. Added missing new line to the message about to many
scsi cd drives.
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r-- | sys/scsi/sd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 8894fb8..fda382b 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -14,7 +14,7 @@ * */ -static char rev[] = "$Revision: 1.3 $"; +static char rev[] = "$Revision: 1.2 $"; /* * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 @@ -174,7 +174,7 @@ struct scsi_switch *scsi_switch; * request must specify this. * \*******************************************************/ sd_get_parms(unit, SCSI_NOSLEEP | SCSI_NOMASK); - printf(" sd%d: %dMB, cyls %d, heads %d, secs %d, bytes/sec %d\n", + printf("sd%d: %dMB, cyls %d, heads %d, secs %d, bytes/sec %d\n", unit, ( dp->cyls * dp->heads |