tulip irq patch

davej@codemonkey.org.uk
Mon, 24 Mar 2003 16:41:50 +0000


Another bit thats been in my tree for so long, I've
forgotten where it came from. ISTR it had something
to do with a quad port card.

Does this make any sense at all?

Dave

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/net/tulip/tulip_core.c linux-2.5/drivers/net/tulip/tulip_core.c
--- bk-linus/drivers/net/tulip/tulip_core.c 2003-03-08 09:57:19.000000000 +0000
+++ linux-2.5/drivers/net/tulip/tulip_core.c 2003-02-26 10:52:03.000000000 +0000
@@ -1547,7 +1549,7 @@ static int __devinit tulip_init_one (str
#endif
#if defined(__i386__) /* Patch up x86 BIOS bug. */
if (last_irq)
- irq = last_irq;
+ dev->irq = last_irq;
#endif
}

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