From: "Michael Chan" <[EMAIL PROTECTED]> Date: Mon, 06 Mar 2006 13:50:51 -0800
> 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 <[EMAIL PROTECTED]> Applied, but fixed up more trailing whitespace: Adds trailing whitespace. diff:26: return NETDEV_TX_LOCKED; warning: 1 line adds trailing whitespaces. Also, you should probably fixup the DMA masks we use if this chip really doesn't have the 40-bit limitation. Or did you take care of that and I missed it somehow? Thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html