Re: de2104x: interrupts before interrupt handler is registered

From: Robert Hancock
Date: Tue Mar 07 2006 - 19:02:43 EST


linux-os (Dick Johnson) wrote:
There are now other "standard" boards that seem to be experiencing
the same problem. Maybe it is time to make a procedure that turns
off interrupts for a specific device (not an unknown IRQ). Then
a subsequent call turns them on after the handler is in place.
This wouldn't affect current drivers. They would still turn on
hot by default.

How do you propose to do this? There's no way to mask interrupts from just one device which is sharing an IRQ line, you have to mask interrupts from all of those devices. That would be quite ugly IMHO if one device could disable the interrupt used by another device for however long it felt like.

--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@xxxxxxxxxxxxx
Home Page: http://www.roberthancock.com/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/