Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/vme make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/6ae030268ee3
branches:  trunk
changeset: 507072:6ae030268ee3
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Mar 13 04:20:13 2001 +0000

description:
make this compile again.

diffstat:

 sys/dev/vme/xy.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r e8431e83733d -r 6ae030268ee3 sys/dev/vme/xy.c
--- a/sys/dev/vme/xy.c  Tue Mar 13 03:44:23 2001 +0000
+++ b/sys/dev/vme/xy.c  Tue Mar 13 04:20:13 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xy.c,v 1.34 2001/03/06 22:28:00 thorpej Exp $  */
+/*     $NetBSD: xy.c,v 1.35 2001/03/13 04:20:13 chs Exp $      */
 
 /*
  *
@@ -314,8 +314,7 @@
                return (error);
        }
 
-       if ((error = bus_dmamap_load(tag, map
-                                    *kvap, len, NULL,
+       if ((error = bus_dmamap_load(tag, map, *kvap, len, NULL,
                                     BUS_DMA_NOWAIT)) != 0) {
                bus_dmamem_unmap(tag, *kvap, len);
                bus_dmamem_free(tag, seg, nseg);



Home | Main Index | Thread Index | Old Index