Re: [FIX] e1000: fix irq sharing when running ethtool test

2006-06-02 Thread Auke Kok
Jeff Garzik wrote: On Fri, Jun 02, 2006 at 03:19:47PM -0700, Auke Kok wrote: Because upstream and upstream-fixes have a whitespace conflict in them, I've prepared two separate git branches to pull from so that a subsequent pull or merge from upstream-fixes into upstream doesn't resolve into a

Re: [FIX] e1000: fix irq sharing when running ethtool test

2006-06-02 Thread Jeff Garzik
On Fri, Jun 02, 2006 at 03:19:47PM -0700, Auke Kok wrote: > Because upstream and upstream-fixes have a whitespace conflict in them, > I've prepared two separate git branches to pull from so that a subsequent > pull or merge from upstream-fixes into upstream doesn't resolve into a > conflict: Th

[FIX] e1000: fix irq sharing when running ethtool test

2006-06-02 Thread Auke Kok
New code added in 2.6.17 caused setup_irq to print a warning when running ethtool -t eth0 offline. This test marks the request_irq call made by this test as a "probe" to see if the interrupt is shared or not. Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]> Signed-off-by: Auke Kok <[EMAIL P