Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/uba iodone() -> biodone()



details:   https://anonhg.NetBSD.org/src/rev/a6b37f161515
branches:  trunk
changeset: 480720:a6b37f161515
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jan 18 19:50:32 2000 +0000

description:
iodone() -> biodone()

diffstat:

 sys/arch/vax/uba/qd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 403b448c282d -r a6b37f161515 sys/arch/vax/uba/qd.c
--- a/sys/arch/vax/uba/qd.c     Tue Jan 18 19:48:02 2000 +0000
+++ b/sys/arch/vax/uba/qd.c     Tue Jan 18 19:50:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: qd.c,v 1.13 1999/04/17 17:02:49 ragge Exp $    */
+/*     $NetBSD: qd.c,v 1.14 2000/01/18 19:50:32 thorpej Exp $  */
 
 /*-
  * Copyright (c) 1988 Regents of the University of California.
@@ -1666,7 +1666,7 @@
        splx(s);
        ubarelse(uh, &QBAreg);
        if (!(dga->csr & DMA_ERR)) {
-               iodone(bp);
+               biodone(bp);
                return;
        }
 
@@ -1687,7 +1687,7 @@
                DMA_SETIGNORE(DMAheader[unit]);
                dga->csr |= DMA_IE;
        }
-       iodone(bp);
+       biodone(bp);
 } /* qd_strategy */
 
 



Home | Main Index | Thread Index | Old Index