From: Stephen Hemminger Date: Thu, 18 May 2006 18:16:21 +0000 (-0700) Subject: [PATCH] sky2: allow dual port usage X-Git-Tag: v2.6.17-rc5~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7abb04df92b444069be8fe47d66d809de23782;p=pandora-kernel.git [PATCH] sky2: allow dual port usage If both ports are receiving on the SysKonnect dual port cards, then it appears the bus interface unit can give an interrupt status for frame before DMA has completed. This leads to bogus frames and general confusion. This is why receive checksumming is also messed up on dual port cards. A workaround for the out of order receive problem is to eliminating split transactions on PCI-X. This version is based of the current linux-2.6.git including earlier patch to disable dual ports. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed