From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: David Engebretsen <engebret@vnet.ibm.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] pcnet32
Date: Wed, 16 Jan 2002 17:51:55 -0500 [thread overview]
Message-ID: <3C46040B.B4992A1C@mandrakesoft.com> (raw)
In-Reply-To: <200201162221.g0GMLpb21223@skunk.rchland.ibm.com>
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
prev parent reply other threads:[~2002-01-16 22:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-16 22:21 [PATCH] pcnet32 David Engebretsen
2002-01-16 22:51 ` Jeff Garzik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C46040B.B4992A1C@mandrakesoft.com \
--to=jgarzik@mandrakesoft.com \
--cc=engebret@vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.