Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/arch/mips/ingenic Adapt to branch



details:   https://anonhg.NetBSD.org/src/rev/9ac2c21d9fc7
branches:  nick-nhusb
changeset: 334441:9ac2c21d9fc7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Mar 19 16:08:15 2016 +0000

description:
Adapt to branch

diffstat:

 sys/arch/mips/ingenic/ingenic_ehci.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r aab5fdd8ec5c -r 9ac2c21d9fc7 sys/arch/mips/ingenic/ingenic_ehci.c
--- a/sys/arch/mips/ingenic/ingenic_ehci.c      Sat Mar 19 14:16:46 2016 +0000
+++ b/sys/arch/mips/ingenic/ingenic_ehci.c      Sat Mar 19 16:08:15 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ingenic_ehci.c,v 1.3.2.3 2016/03/19 11:30:02 skrll Exp $ */
+/*     $NetBSD: ingenic_ehci.c,v 1.3.2.4 2016/03/19 16:08:15 skrll Exp $ */
 
 /*-
  * Copyright (c) 2015 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ingenic_ehci.c,v 1.3.2.3 2016/03/19 11:30:02 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ingenic_ehci.c,v 1.3.2.4 2016/03/19 16:08:15 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -160,10 +160,10 @@
        sc->sc_dev = self;
 
        sc->iot = aa->aa_bst;
-       sc->sc_bus.dmatag = aa->aa_dmat;
-       sc->sc_bus.hci_private = sc;
+       sc->sc_bus.ub_dmatag = aa->aa_dmat;
+       sc->sc_bus.ub_hcpriv = sc;
        sc->sc_size = 0x1000;
-       sc->sc_bus.usbrev = USBREV_2_0;
+       sc->sc_bus.ub_revision = USBREV_2_0;
 
        if (aa->aa_addr == 0)
                aa->aa_addr = JZ_EHCI_BASE;



Home | Main Index | Thread Index | Old Index