Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/amlogic IST_EDGE for eth



details:   https://anonhg.NetBSD.org/src/rev/12746bfa0d09
branches:  trunk
changeset: 336522:12746bfa0d09
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Mar 04 18:40:06 2015 +0000

description:
IST_EDGE for eth

diffstat:

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

diffs (27 lines):

diff -r ad43f6fb2747 -r 12746bfa0d09 sys/arch/arm/amlogic/amlogic_gmac.c
--- a/sys/arch/arm/amlogic/amlogic_gmac.c       Wed Mar 04 18:21:00 2015 +0000
+++ b/sys/arch/arm/amlogic/amlogic_gmac.c       Wed Mar 04 18:40:06 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amlogic_gmac.c,v 1.1 2015/03/04 12:37:16 jmcneill Exp $ */
+/* $NetBSD: amlogic_gmac.c,v 1.2 2015/03/04 18:40:06 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2013, 2014, 2015 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: amlogic_gmac.c,v 1.1 2015/03/04 12:37:16 jmcneill Exp $");
+__KERNEL_RCSID(1, "$NetBSD: amlogic_gmac.c,v 1.2 2015/03/04 18:40:06 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -92,7 +92,7 @@
        /*
         * Interrupt handler
         */
-       sc->sc_ih = intr_establish(loc->loc_intr, IPL_NET, IST_LEVEL,
+       sc->sc_ih = intr_establish(loc->loc_intr, IPL_NET, IST_EDGE,
            amlogic_gmac_intr, sc);
        if (sc->sc_ih == NULL) {
                aprint_error_dev(self, "failed to establish interrupt %d\n",



Home | Main Index | Thread Index | Old Index