Problem was reported on ICH devices & we modified code in e100_load_ucode so that it will never be loaded on ICH devices.
static void e100_load_ucode(str + /* do not load u-code for ICH devices */ + if (nic->flags & ich) + return; + -Malli -----Original Message----- From: Jeff Garzik [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 1:20 PM To: Chilakala, Mallikarjuna Cc: netdev; Venkatesan, Ganesh; Ronciak, John Subject: Re: [PATCH net-drivers-2.6 5/6] e100: CPU cycle saver microcode Malli Chilakala wrote: > Add cpu cycle saver microcode to 8086:{1209/1229} other than ICH devices. > > Signed-off-by: Mallikarjuna R Chilakala <[EMAIL PROTECTED]> > Signed-off-by: Ganesh Venkatesan <[EMAIL PROTECTED]> > Signed-off-by: John Ronciak <[EMAIL PROTECTED]> Can you please review for me the reported problems in the CPU cycle saver code, and how this patch fixes those problems? Jeff - 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