summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-04-29 16:25:22 +0000
committerphk <phk@FreeBSD.org>2000-04-29 16:25:22 +0000
commit1931990da03f90281446f4901f3b30c2c383066d (patch)
tree19592270a836346156cc3bec20bf2da14160b941 /sys/pc98
parent24992f67a9ab42ef0d1f457fe05565fa61032d1b (diff)
downloadFreeBSD-src-1931990da03f90281446f4901f3b30c2c383066d.zip
FreeBSD-src-1931990da03f90281446f4901f3b30c2c383066d.tar.gz
s/biowait/bufwait/g
Prodded by: several.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/diskslice_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/pc98/diskslice_machdep.c b/sys/pc98/pc98/diskslice_machdep.c
index a829592..5ff899c 100644
--- a/sys/pc98/pc98/diskslice_machdep.c
+++ b/sys/pc98/pc98/diskslice_machdep.c
@@ -249,7 +249,7 @@ reread_mbr:
bp->b_bcount = 1024;
#endif
DEV_STRATEGY(bp, 1);
- if (biowait(bp) != 0) {
+ if (bufwait(bp) != 0) {
diskerr(&bp->b_io, "reading primary partition table: error",
LOG_PRINTF, 0, (struct disklabel *)NULL);
printf("\n");
@@ -550,7 +550,7 @@ mbr_extended(dev, lp, ssp, ext_offset, ext_size, base_ext_offset, nsectors,
bp->b_bcount = lp->d_secsize;
bp->b_iocmd = BIO_READ;
BUF_STRATEGY(bp, 1);
- if (biowait(bp) != 0) {
+ if (bufwait(bp) != 0) {
diskerr(bp, "reading extended partition table: error",
LOG_PRINTF, 0, (struct disklabel *)NULL);
printf("\n");
OpenPOWER on IntegriCloud