Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/nvidia Attach the usb2 bus - missed in merge fr...



details:   https://anonhg.NetBSD.org/src/rev/5a772c723943
branches:  trunk
changeset: 822053:5a772c723943
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 27 12:38:00 2017 +0000

description:
Attach the usb2 bus - missed in merge from nick-nhusb

diffstat:

 sys/arch/arm/nvidia/tegra_xusb.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 96a1bf5122d4 -r 5a772c723943 sys/arch/arm/nvidia/tegra_xusb.c
--- a/sys/arch/arm/nvidia/tegra_xusb.c  Mon Feb 27 10:31:02 2017 +0000
+++ b/sys/arch/arm/nvidia/tegra_xusb.c  Mon Feb 27 12:38:00 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_xusb.c,v 1.2 2017/01/03 12:37:08 skrll Exp $ */
+/* $NetBSD: tegra_xusb.c,v 1.3 2017/02/27 12:38:00 skrll Exp $ */
 
 /*
  * Copyright (c) 2016 Jonathan A. Kollasch
@@ -30,7 +30,7 @@
 #include "opt_tegra.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tegra_xusb.c,v 1.2 2017/01/03 12:37:08 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tegra_xusb.c,v 1.3 2017/02/27 12:38:00 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -374,6 +374,8 @@
 
        sc->sc_child = config_found(self, &sc->sc_bus, usbctlprint);
 
+       sc->sc_child2 = config_found(self, &sc->sc_bus2, usbctlprint);
+
        error = xusb_mailbox_send(psc, 0x01000000);
        if (error) {
                aprint_error_dev(self, "send failed, error=%d\n", error);



Home | Main Index | Thread Index | Old Index