Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/allwinner use the right dma tag



details:   https://anonhg.NetBSD.org/src/rev/3b034c90c5f3
branches:  trunk
changeset: 802228:3b034c90c5f3
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Sep 06 16:54:00 2014 +0000

description:
use the right dma tag

diffstat:

 sys/arch/arm/allwinner/awin_ac.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 15705b611585 -r 3b034c90c5f3 sys/arch/arm/allwinner/awin_ac.c
--- a/sys/arch/arm/allwinner/awin_ac.c  Sat Sep 06 16:47:03 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_ac.c  Sat Sep 06 16:54:00 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_ac.c,v 1.7 2014/09/06 16:47:03 jmcneill Exp $ */
+/* $NetBSD: awin_ac.c,v 1.8 2014/09/06 16:54:00 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2014 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -30,7 +30,7 @@
 #include "opt_ddb.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: awin_ac.c,v 1.7 2014/09/06 16:47:03 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_ac.c,v 1.8 2014/09/06 16:54:00 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -279,7 +279,7 @@
 
        sc->sc_dev = self;
        sc->sc_bst = aio->aio_core_bst;
-       sc->sc_dmat = aio->aio_coherent_dmat;
+       sc->sc_dmat = aio->aio_dmat;
        LIST_INIT(&sc->sc_dmalist);
        bus_space_subregion(sc->sc_bst, aio->aio_core_bsh,
            loc->loc_offset, loc->loc_size, &sc->sc_bsh);



Home | Main Index | Thread Index | Old Index