From 1ecc485c1b03225d6340d3d5b416ad3df27dacb2 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 15 Mar 2003 10:50:44 +0000 Subject: Call devstat_start_transaction_bio() instead of devstat_start_transaction() --- sys/pc98/cbus/fdc.c | 2 +- sys/pc98/pc98/fd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/pc98') diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index 8cabd0af150d..01e27befdf8f 100644 --- a/sys/pc98/cbus/fdc.c +++ b/sys/pc98/cbus/fdc.c @@ -2153,7 +2153,7 @@ fdstrategy(struct bio *bp) s = splbio(); bioqdisksort(&fdc->head, bp); untimeout(fd_turnoff, fd, fd->toffhandle); /* a good idea */ - devstat_start_transaction(fd->device_stats); + devstat_start_transaction_bio(fd->device_stats, bp); device_busy(fd->dev); fdstart(fdc); splx(s); diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c index 8cabd0af150d..01e27befdf8f 100644 --- a/sys/pc98/pc98/fd.c +++ b/sys/pc98/pc98/fd.c @@ -2153,7 +2153,7 @@ fdstrategy(struct bio *bp) s = splbio(); bioqdisksort(&fdc->head, bp); untimeout(fd_turnoff, fd, fd->toffhandle); /* a good idea */ - devstat_start_transaction(fd->device_stats); + devstat_start_transaction_bio(fd->device_stats, bp); device_busy(fd->dev); fdstart(fdc); splx(s); -- cgit v1.3