diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-15 10:56:19 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-15 10:56:19 +0000 |
| commit | 09a6b2aad631e2e1e331a8d3bc5369cb7046a45f (patch) | |
| tree | 7a10cf888b8543476e9827ecd4b23fc29b68e129 /sys | |
| parent | 1ecc485c1b03225d6340d3d5b416ad3df27dacb2 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ata/atapi-cd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c index e93372a260ff..8e0d5bc947af 100644 --- a/sys/dev/ata/atapi-cd.c +++ b/sys/dev/ata/atapi-cd.c @@ -1202,7 +1202,7 @@ acd_start(struct ata_device *atadev) ccb[7] = count>>8; ccb[8] = count; - devstat_start_transaction(cdp->stats); + devstat_start_transaction_bio(cdp->stats, bp); bp->bio_caller1 = cdp; atapi_queue_cmd(cdp->device, ccb, bp->bio_data, count * blocksize, bp->bio_cmd == BIO_READ ? ATPR_F_READ : 0, |
