diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-15 10:50:44 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-15 10:50:44 +0000 |
| commit | 1ecc485c1b03225d6340d3d5b416ad3df27dacb2 (patch) | |
| tree | dc4450a4bf44ffe8935872c36c65d91fd23becc1 /sys/pc98 | |
| parent | 81876757ecdf594d8562842ccb5541fe11f819b9 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/cbus/fdc.c | 2 | ||||
| -rw-r--r-- | sys/pc98/pc98/fd.c | 2 |
2 files changed, 2 insertions, 2 deletions
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); |
