Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/qbus iodone() -> biodone()



details:   https://anonhg.NetBSD.org/src/rev/4712872bded2
branches:  trunk
changeset: 480724:4712872bded2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jan 18 19:53:42 2000 +0000

description:
iodone() -> biodone()

diffstat:

 sys/dev/qbus/qd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3ccdb2100812 -r 4712872bded2 sys/dev/qbus/qd.c
--- a/sys/dev/qbus/qd.c Tue Jan 18 19:52:50 2000 +0000
+++ b/sys/dev/qbus/qd.c Tue Jan 18 19:53:42 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: qd.c,v 1.15 1999/06/20 17:58:56 ragge Exp $    */
+/*     $NetBSD: qd.c,v 1.16 2000/01/18 19:53:42 thorpej Exp $  */
 
 /*-
  * Copyright (c) 1988 Regents of the University of California.
@@ -1702,7 +1702,7 @@
        ubarelse(uh, &QBAreg);
 #endif
        if (!(dga->csr & DMA_ERR)) {
-               iodone(bp);
+               biodone(bp);
                return;
        }
 
@@ -1723,7 +1723,7 @@
                DMA_SETIGNORE(DMAheader[unit]);
                dga->csr |= DMA_IE;
        }
-       iodone(bp);
+       biodone(bp);
 } /* qd_strategy */
 
 



Home | Main Index | Thread Index | Old Index