On Mon, 31 Jan 2005 15:57:09 +0100 Martin Wilck <[EMAIL PROTECTED]> wrote:
> In both cases, the netdev->irq field isn't used anymore; perhaps it > should be officially deprecated and/or removed? It is used for explicitly setting the IRQ value on hardware where doing so automatically via probing may not be %100 reliable, such as on ISA. Another way to do what you're trying to do is to look for the string name of the device you are interested in within the output of /proc/interrupts. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

