aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi/cd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r--sys/scsi/cd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index 60a456572873..f42b6df7bf69 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.30 1994/12/03 22:52:55 phk Exp $
+ * $Id: cd.c,v 1.31 1994/12/16 06:03:22 phk Exp $
*/
#define SPLCD splbio
@@ -611,7 +611,7 @@ cdstart(unit)
if(cd->dkunit) {
dk_xfer[cd->dkunit]++;
dk_seek[cd->dkunit]++; /* don't know */
- dk_wds[cd->dkunit] += bp->b_bcount >> 1;
+ dk_wds[cd->dkunit] += bp->b_bcount >> 6;
}
}