From d494d8e59102adb2363e5065d486b5485f779881 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 26 Apr 1993 18:45:49 +0000 Subject: [PATCH] cosmetic change --- sys/dev/scsipi/sd.c | 2 +- sys/scsi/sd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/scsipi/sd.c b/sys/dev/scsipi/sd.c index 980ecc6eab80..4ff2c58d5557 100644 --- a/sys/dev/scsipi/sd.c +++ b/sys/dev/scsipi/sd.c @@ -124,7 +124,7 @@ sdattach(int masunit, struct scsi_switch *sw, int physid, int unit) * request must specify this. */ sd_get_parms(unit, SCSI_NOSLEEP | SCSI_NOMASK); - printf("sd%d at %s%d targ %d lun %d: %dMB cyl %d head %d sec %d byte/sec %d\n", + printf("sd%d at %s%d targ %d lun %d: %dMB %d cyl, %d head, %d sec, %d byte/sec\n", unit, sw->name, masunit, targ, lun, (dp->cyls*dp->heads*dp->sectors*dp->secsiz)/ (1024*1024), dp->cyls, dp->heads, dp->sectors, dp->secsiz); diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 980ecc6eab80..4ff2c58d5557 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -124,7 +124,7 @@ sdattach(int masunit, struct scsi_switch *sw, int physid, int unit) * request must specify this. */ sd_get_parms(unit, SCSI_NOSLEEP | SCSI_NOMASK); - printf("sd%d at %s%d targ %d lun %d: %dMB cyl %d head %d sec %d byte/sec %d\n", + printf("sd%d at %s%d targ %d lun %d: %dMB %d cyl, %d head, %d sec, %d byte/sec\n", unit, sw->name, masunit, targ, lun, (dp->cyls*dp->heads*dp->sectors*dp->secsiz)/ (1024*1024), dp->cyls, dp->heads, dp->sectors, dp->secsiz);