Source-Changes-HG archive

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

[src/netbsd-7-nhusb]: src/sys/arch/arm/amlogic Adapt to branch



details:   https://anonhg.NetBSD.org/src/rev/9d4187fde744
branches:  netbsd-7-nhusb
changeset: 801023:9d4187fde744
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Sep 07 07:03:37 2016 +0000

description:
Adapt to branch

diffstat:

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

diffs (27 lines):

diff -r c30aa48b521c -r 9d4187fde744 sys/arch/arm/amlogic/amlogic_dwctwo.c
--- a/sys/arch/arm/amlogic/amlogic_dwctwo.c     Wed Sep 07 07:02:30 2016 +0000
+++ b/sys/arch/arm/amlogic/amlogic_dwctwo.c     Wed Sep 07 07:03:37 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: amlogic_dwctwo.c,v 1.2.2.2 2015/03/21 08:51:17 snj Exp $       */
+/*     $NetBSD: amlogic_dwctwo.c,v 1.2.2.2.4.1 2016/09/07 07:03:37 skrll Exp $ */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amlogic_dwctwo.c,v 1.2.2.2 2015/03/21 08:51:17 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amlogic_dwctwo.c,v 1.2.2.2.4.1 2016/09/07 07:03:37 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -112,7 +112,7 @@
        sc->sc_dwc2.sc_iot = aio->aio_core_bst;
        bus_space_subregion(aio->aio_core_bst, aio->aio_bsh,
             loc->loc_offset, loc->loc_size, &sc->sc_dwc2.sc_ioh);
-       sc->sc_dwc2.sc_bus.dmatag = aio->aio_dmat;
+       sc->sc_dwc2.sc_bus.ub_dmatag = aio->aio_dmat;
        sc->sc_dwc2.sc_params = &amlogic_dwctwo_params;
 
        aprint_naive("\n");



Home | Main Index | Thread Index | Old Index