summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-fd.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2001-03-06 09:42:46 +0000
committersos <sos@FreeBSD.org>2001-03-06 09:42:46 +0000
commita0c9a8a6926be1f0f5febeb8e548d17463aafccb (patch)
tree57e204d777cda5cc4506ee05e9ab4828903201d1 /sys/dev/ata/atapi-fd.c
parentf42631d99bfda22569263829c0905787a10fdb2c (diff)
downloadFreeBSD-src-a0c9a8a6926be1f0f5febeb8e548d17463aafccb.zip
FreeBSD-src-a0c9a8a6926be1f0f5febeb8e548d17463aafccb.tar.gz
Cosmetic change to the probe printf's
Diffstat (limited to 'sys/dev/ata/atapi-fd.c')
-rw-r--r--sys/dev/ata/atapi-fd.c2
1 files changed, 1 insertions, 1 deletions
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,
OpenPOWER on IntegriCloud