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

Adrian Chadd adrian at FreeBSD.org
Sat Apr 30 11:56:05 UTC 2011


Author: adrian
Date: Sat Apr 30 11:56:04 2011
New Revision: 221256
URL: http://svn.freebsd.org/changeset/base/221256

Log:
  Call the DDR FIFO flush method when IP2 interrupts occur.

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

Modified: head/sys/mips/atheros/ar71xx_pci.c
==============================================================================
--- head/sys/mips/atheros/ar71xx_pci.c	Sat Apr 30 11:40:31 2011	(r221255)
+++ head/sys/mips/atheros/ar71xx_pci.c	Sat Apr 30 11:56:04 2011	(r221256)
@@ -500,6 +500,9 @@ ar71xx_pci_intr(void *arg)
 				continue;
 			}
 
+			/* Flush DDR FIFO for IP2 */
+			ar71xx_device_ddr_flush_ip2();
+
 			/* TODO: frame instead of NULL? */
 			intr_event_handle(event, NULL);
 			mips_intrcnt_inc(sc->sc_intr_counter[irq]);


More information about the svn-src-head mailing list