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]);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to