]> Pileus Git - ~andy/linux/commit
tg3: Set tx bug flags for more devices
authorMatt Carlson <mcarlson@broadcom.com>
Thu, 19 May 2011 12:12:44 +0000 (12:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 May 2011 21:59:59 +0000 (17:59 -0400)
commit2ffcc981d823a0518c627ca22d51ef72d0b7ca9a
tree72847aea34b0f898c4d7b43e05aec466c21a6159
parent5b5ed8afe48ca6916daabf9822e7a19fc19fdab4
tg3: Set tx bug flags for more devices

It has been recently discovered that all tg3 devices have a 4Gb boundary
DMA problem, and that all 5755 and newer devices can't handle fragments
less than or equal to 8 bytes in size.  This patch adjusts the flags and
removes tg3_start_xmit().  tg3_start_xmit_dma_bug() has been renamed to
tg3_start_xmit().

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c