patch-2.2.17 linux/drivers/net/sunhme.c

Next file: linux/drivers/net/tlan.c
Previous file: linux/drivers/net/slhc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/drivers/net/sunhme.c linux/drivers/net/sunhme.c
@@ -2336,6 +2336,11 @@
 
 	dev->interrupt = 1;
 
+	if ((happy_status & (GREG_STAT_TXALL | GREG_STAT_RXTOHOST)) &&
+	    (hp->happy_flags & HFLAG_QUATTRO) != 0 &&
+	    pci_dma_wsync != NULL)
+		(void) *(pci_dma_wsync);
+
 	if(happy_status & GREG_STAT_ERRORS) {
 		HMD(("ERRORS "));
 		if(happy_meal_is_not_so_happy(hp, gregs, /* un- */ happy_status)) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)