From: Lennert Buytenhek Date: Sun, 1 Jun 2008 23:47:21 +0000 (+0200) Subject: mv643xx_eth: work around TX hang hardware issue X-Git-Tag: v2.6.27-rc1~969^2~289^2~12^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226bb6b732f8c2cc7004279c509333fa41186a6d;p=pandora-kernel.git mv643xx_eth: work around TX hang hardware issue Under some conditions, the TXQ ('TX queue being served') bit can clear before all packets queued for that TX queue have been transmitted. This patch enables TXend interrupts, and uses those to re-kick TX queues that claim to be idle but still have queued descriptors from the interrupt handler. Signed-off-by: Lennert Buytenhek Acked-by: Dale Farnsworth --- Reading git-diff-tree failed