aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/fdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/cbus/fdc.c')
-rw-r--r--sys/pc98/cbus/fdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index 5d76cf48ccd8..e3a6d081c388 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -2664,7 +2664,7 @@ fdformat(dev, finfo, p)
/* now do the format */
bp->b_dev = dev;
- BUF_STRATEGY(bp, 0);
+ DEV_STRATEGY(bp, 0);
/* ...and wait for it to complete */
s = splbio();