From: Michael Chan Date: Tue, 21 Mar 2006 06:28:05 +0000 (-0800) Subject: [TG3]: Add new hard_start_xmit X-Git-Tag: v2.6.17-rc1~1175^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a6f3074c2ea5a7b4ff5b18f0e1fd9b1257e1a29;p=pandora-kernel.git [TG3]: Add new hard_start_xmit Support 5787 hardware TSO using a new flag TG3_FLG2_HW_TSO_2. Since the TSO interface is slightly different and these chips have finally fixed the 4GB DMA problem and do not have the 40-bit DMA problem, a new hard_start_xmit is used for these chips. All previous chips will use the old hard_start_xmit that is now renamed tg3_start_xmit_dma_bug(). Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed