Author: adrian
Date: Mon Jan  5 02:00:41 2015
New Revision: 276684
URL: https://svnweb.freebsd.org/changeset/base/276684

Log:
  ACK interrupts on the new SoCs.

Modified:
  head/sys/mips/atheros/apb.c

Modified: head/sys/mips/atheros/apb.c
==============================================================================
--- head/sys/mips/atheros/apb.c Mon Jan  5 01:59:44 2015        (r276683)
+++ head/sys/mips/atheros/apb.c Mon Jan  5 02:00:41 2015        (r276684)
@@ -364,6 +364,8 @@ apb_filter(void *arg)
                        case AR71XX_SOC_AR9341:
                        case AR71XX_SOC_AR9342:
                        case AR71XX_SOC_AR9344:
+                       case AR71XX_SOC_QCA9556:
+                       case AR71XX_SOC_QCA9558:
                                /* ACK/clear the given interrupt */
                                ATH_WRITE_REG(AR71XX_MISC_INTR_STATUS,
                                    (1 << irq));
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to