diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-25 11:12:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-25 11:12:33 +0000 |
commit | e4dedb653d705e675304c24800714231eb00a459 (patch) | |
tree | 3936a02db7164d4a1692c34c1702005bcbf0a920 /sys/scsi | |
parent | 6e2b67049dcd25bfe24b13b2fd79b215a4b69d0b (diff) |
another costa bug.. erk
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/sd.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index c69a593273e..cab890c4bc0 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sd.c,v 1.36 1999/07/25 07:09:19 csapuntz Exp $ */ +/* $OpenBSD: sd.c,v 1.37 1999/07/25 11:12:32 deraadt Exp $ */ /* $NetBSD: sd.c,v 1.111 1997/04/02 02:29:41 mycroft Exp $ */ /*- @@ -225,8 +225,7 @@ sdattach(parent, self, aux) switch (result) { case SDGP_RESULT_OK: - printf("%ldMB, %d cyl, %d head, %d sec, %d bytes/sec, %ld sec to -tal\n", + printf("%ldMB, %d cyl, %d head, %d sec, %d bytes/sec, %ld sec total\n", dp->disksize / (1048576 / dp->blksize), dp->cyls, dp->heads, dp->sectors, dp->blksize, dp->disksize); |