On Thu, 12 Jul 2007 12:45:26 -0500 Dustin Marquess <[EMAIL PROTECTED]> wrote:
> Bingo! That did it. > > I copied/modified the #ifdef from tulip_core.c: > > /* Set the copy breakpoint for the copy-only-tiny-buffer Rx structure. */ > #if defined(__alpha__) || defined(__arm__) || defined(__hppa__) \ > || defined(CONFIG_SPARC) || defined(__ia64__) \ > || defined(__sh__) || defined(__mips__) > static int rx_copybreak = 1518; > #else > static int rx_copybreak; > #endif > > And that seems to have worked like a champ. Can you send us a patch please? http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt and http://linux.yyz.us/patch-format.html contain some guidelines. 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