From a0c9a8a6926be1f0f5febeb8e548d17463aafccb Mon Sep 17 00:00:00 2001 From: sos Date: Tue, 6 Mar 2001 09:42:46 +0000 Subject: Cosmetic change to the probe printf's --- sys/dev/ata/atapi-fd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ata/atapi-fd.c') diff --git a/sys/dev/ata/atapi-fd.c b/sys/dev/ata/atapi-fd.c index d702b97..02d817d 100644 --- a/sys/dev/ata/atapi-fd.c +++ b/sys/dev/ata/atapi-fd.c @@ -202,7 +202,7 @@ afd_describe(struct afd_softc *fdp) printf("\n"); } else { - printf("afd%d: %luMB <%.40s> [%d/%d/%d] at ata%d-%s using %s\n", + printf("afd%d: %luMB <%.40s> [%d/%d/%d] at ata%d-%s %s\n", fdp->lun, (fdp->cap.cylinders*fdp->cap.heads*fdp->cap.sectors) / ((1024L * 1024L) / fdp->cap.sector_size), ATA_PARAM(fdp->atp->controller, fdp->atp->unit)->model, -- cgit v1.1