Correct a mishap in phk's BIO_* changes.

This commit is contained in:
sos 2000-03-26 12:01:27 +00:00
parent ac2dd9641b
commit ba32cceab3

View File

@ -1181,7 +1181,7 @@ acd_start(struct atapi_softc *atp)
devstat_start_transaction(cdp->stats);
atapi_queue_cmd(cdp->atp, ccb, bp->b_data, bp->b_bcount,
atapi_queue_cmd(cdp->atp, ccb, bp->b_data, count * cdp->block_size,
(bp->b_iocmd == BIO_READ)?ATPR_F_READ : 0, 30, acd_done, bp);
}