Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/arch/evbmips/loongson Pull up following revision(s) (...



details:   https://anonhg.NetBSD.org/src/rev/550b79f503c4
branches:  netbsd-7
changeset: 800175:550b79f503c4
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Apr 08 16:15:09 2017 +0000

description:
Pull up following revision(s) (requested by skrll in ticket #1399):
        sys/arch/evbmips/loongson/gdium_machdep.c: 1.8
Adapt to netbsd-7-nhusb.

diffstat:

 sys/arch/evbmips/loongson/gdium_machdep.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r db4b56fff139 -r 550b79f503c4 sys/arch/evbmips/loongson/gdium_machdep.c
--- a/sys/arch/evbmips/loongson/gdium_machdep.c Sat Apr 08 16:12:22 2017 +0000
+++ b/sys/arch/evbmips/loongson/gdium_machdep.c Sat Apr 08 16:15:09 2017 +0000
@@ -284,7 +284,7 @@
        case 5: /* umass at uhub port 3 */
                if (device_is_a(dev, "umass")) {
                        struct usb_attach_arg *uaa = aux;
-                       if (uaa->port == 3)
+                       if (uaa->uaa_port == 3)
                                goto advance;
                }
                break;



Home | Main Index | Thread Index | Old Index