Re: [PATCH netdev-2.6 1/4] skge: stop bogus sensor messages

2005-08-16 Thread Jeff Garzik
applied patches 1-4 to 'upstream' branch of netdev-2.6.git - 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

[PATCH netdev-2.6 1/4] skge: stop bogus sensor messages

2005-08-16 Thread Stephen Hemminger
Some versions of the Marvell yukon generate bogus sensor warning interrupts. The driver would flood log with these messages. Handle this situation cleanly by masking away at boot time. Fixes: http://bugs.gentoo.org/show_bug.cgi?id=87182 Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> driv