Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2015 06:15:01 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290918 - head/sys/mips/atheros
Message-ID:  <201511160615.tAG6F1lY066988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511160615.tAG6F1lY066988>