Re: [PATCH] pcnet32

Jeff Garzik (jgarzik@mandrakesoft.com)
Wed, 16 Jan 2002 17:51:55 -0500


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/