On Thu, Jun 15, 2006 at 10:30:17PM +0200, Francois Romieu wrote: > Afaik free_irq() on a shared irq does not touch the hardware and > irqs are anything but synchronous. If free_irq() is issued before > the device is idle and its irq are not acked, it's wrong.
Correct. Before calling free_irq(), patch V3 masks interrupts on tulip and guarantees the tulip will not generate new interrupts before that call. grant - 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