]> git.baikalelectronics.ru Git - kernel.git/commit
[TG3]: Add new hard_start_xmit
authorMichael Chan <mchan@broadcom.com>
Tue, 21 Mar 2006 06:28:05 +0000 (22:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:28:05 +0000 (22:28 -0800)
commit771c66d23fbc7f6be3fe25536e4b914b2b761ea7
tree4bc683f620e3176ae70932f5f865fe47423eb083
parent7a01990a3215f60705207ef0a46ecdc0b4616464
[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 <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c
drivers/net/tg3.h