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

Adrian Chadd adrian at FreeBSD.org
Mon Nov 16 06:15:03 UTC 2015


Author: adrian
Date: Mon Nov 16 06:15:01 2015
New Revision: 290918
URL: https://svnweb.freebsd.org/changeset/base/290918

Log:
  Add QCA9533 to the list of SoCs that require IRQ's be ACKed.

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

Modified: head/sys/mips/atheros/apb.c
==============================================================================
--- head/sys/mips/atheros/apb.c	Mon Nov 16 06:02:11 2015	(r290917)
+++ head/sys/mips/atheros/apb.c	Mon Nov 16 06:15:01 2015	(r290918)
@@ -364,6 +364,8 @@ apb_filter(void *arg)
 			case AR71XX_SOC_AR9341:
 			case AR71XX_SOC_AR9342:
 			case AR71XX_SOC_AR9344:
+			case AR71XX_SOC_QCA9533:
+			case AR71XX_SOC_QCA9533_V2:
 			case AR71XX_SOC_QCA9556:
 			case AR71XX_SOC_QCA9558:
 				/* ACK/clear the given interrupt */


More information about the svn-src-head mailing list