> After lots of Headscratching, I found this little bug:
>
> replace line 1642 of tulip_core.c:
>
> irq = last_irq;
>
> with
>
> dev->irq = irq = last_irq;
Hmmm, a little bit of bad conversion here. The tulip.c code follows
this section by
dev->irq = irq;
a few lines later.
> While using the de4x5-driver, my system-load climbed steadily
> up. After 3 Days it was at 99.5%.
Check the interrupt count in /dev/interrupts.
> This was repeatable. -> Reboot every other day :(
Donald Becker becker@scyld.com
Scyld Computing Corporation http://www.scyld.com
410 Severn Ave. Suite 210 Second Generation Beowulf Clusters
Annapolis MD 21403 410-990-9993
-
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/