Correct a mishap in phk's BIO_* changes.

This commit is contained in:
Søren Schmidt 2000-03-26 12:01:27 +00:00
parent 9da485d8d9
commit eae50c69b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58595

View File

@ -1181,7 +1181,7 @@ acd_start(struct atapi_softc *atp)
devstat_start_transaction(cdp->stats); 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); (bp->b_iocmd == BIO_READ)?ATPR_F_READ : 0, 30, acd_done, bp);
} }