Re: [PATCH 1/5] sky2: reschedule if irq still pending

2006-04-26 Thread Jeff Garzik
Stephen Hemminger wrote: This is a workaround for the case edge-triggered irq's. Several users seem to have broken configurations sharing edge-triggered irq's. To avoid losing IRQ's, reshedule if more work arrives. The changes to netdevice.h are to extract the part that puts device back in list

[PATCH 1/5] sky2: reschedule if irq still pending

2006-04-25 Thread Stephen Hemminger
This is a workaround for the case edge-triggered irq's. Several users seem to have broken configurations sharing edge-triggered irq's. To avoid losing IRQ's, reshedule if more work arrives. The changes to netdevice.h are to extract the part that puts device back in list into separate inline. Sign