svn commit: r276684 - head/sys/mips/atheros

Adrian Chadd adrian at FreeBSD.org
Mon Jan 5 02:00:42 UTC 2015


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));


More information about the svn-src-all mailing list