David Engebretsen wrote:
> - while (i++ < 100)
> + while (1)
> if (lp->a.read_csr (ioaddr, 0) & 0x0100)
> break;
If the hardware disappears or a PCI bus error occurs or various other
reasons, this change will loop forever...
-- Jeff Garzik | Alternate titles for LOTR: Building 1024 | Fast Times at Uruk-Hai MandrakeSoft | The Took, the Elf, His Daughter and Her Lover | Samwise Gamgee: International Hobbit of Mystery - 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/
This archive was generated by hypermail 2b29 : Wed Jan 23 2002 - 21:00:18 EST