diff options
Diffstat (limited to 'sys/arch/hp300/dev/st.c')
-rw-r--r-- | sys/arch/hp300/dev/st.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/st.c b/sys/arch/hp300/dev/st.c index 1e6588bdaf5..eb0605196e2 100644 --- a/sys/arch/hp300/dev/st.c +++ b/sys/arch/hp300/dev/st.c @@ -1,4 +1,4 @@ -/* $OpenBSD: st.c,v 1.12 2002/03/14 01:26:30 millert Exp $ */ +/* $OpenBSD: st.c,v 1.13 2002/05/23 15:31:57 art Exp $ */ /* $NetBSD: st.c,v 1.22 1997/04/02 22:37:38 scottr Exp $ */ /* @@ -795,7 +795,7 @@ stfinish(sc, bp) else sc->sc_tab.b_actb = bp->b_actb; *bp->b_actb = dp; - iodone(bp); + biodone(bp); scsifree(sc->sc_dev.dv_parent, &sc->sc_sq); if (sc->sc_tab.b_actf) stustart(sc->sc_dev.dv_unit); @@ -1190,7 +1190,7 @@ again: bp->b_blkno = 0; bp->b_error = 0; ststrategy(bp); - iowait(bp); + biowait(bp); if (bp->b_flags & B_WANTED) wakeup((caddr_t)bp); bp->b_flags &= B_ERROR; |