* Disable TSO as default setting until some hangs/resets caused
with TSO enabled are root-caused. TSO can still be manually
enabled using ethtool -K.
}
#ifdef NETIF_F_TSO
+#ifdef BROKEN_ON_NON_IA_ARCHS
+ /* Disbaled for now until root-cause is found for
+ * hangs reported against non-IA archs. TSO can be
+ * enabled using ethtool -K eth<x> tso on */
if((adapter->hw.mac_type >= e1000_82544) &&
(adapter->hw.mac_type != e1000_82547))
netdev->features |= NETIF_F_TSO;
+#endif
#endif
if(pci_using_dac)