From: Robert Olsson <Robert.Olsson@data.slu.se>
To: Ben Greear <greearb@candelatech.com>
Cc: jamal <hadi@cyberus.ca>,
Robert Olsson <Robert.Olsson@data.slu.se>,
"'netdev@oss.sgi.com'" <netdev@oss.sgi.com>
Subject: Re: tulip NAPI patch that works with 2.4.20-pre9 or so?
Date: Tue, 22 Oct 2002 15:55:20 +0200 [thread overview]
Message-ID: <15797.22728.683363.412344@robur.slu.se> (raw)
In-Reply-To: <3DB4EB25.5050706@candelatech.com>
Ben Greear writes:
In the help file, you suggest this at close:
for (i=0; i<NR_CPUS; i++) {
- if(adapter->cnt[i]) {
.
I think the second if should probably be while, ie like this:
for (i=0; i<NR_CPUS; i++) {
+ while(adapter->cnt[i]) {
Thanks!
Your postings about driver for p430 Phobos 4-port NIC was very confusing.
I assume that tulip in 2.4.20-pre9 works even without the tulip-020922.pat.
Right?
Does the board have separate MII-transceivers or is the tulip chips used
for MII?
Cheers.
--ro
next prev parent reply other threads:[~2002-10-22 13:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-19 22:03 tulip NAPI patch that works with 2.4.20-pre9 or so? Ben Greear
2002-10-20 20:00 ` Robert Olsson
2002-10-20 22:44 ` Ben Greear
2002-10-21 5:45 ` Ben Greear
2002-10-21 12:49 ` jamal
2002-10-21 13:10 ` jamal
2002-10-21 18:37 ` Ben Greear
2002-10-23 0:54 ` jamal
2002-10-22 6:07 ` Ben Greear
2002-10-22 13:55 ` Robert Olsson [this message]
2002-10-22 16:56 ` Ben Greear
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=15797.22728.683363.412344@robur.slu.se \
--to=robert.olsson@data.slu.se \
--cc=greearb@candelatech.com \
--cc=hadi@cyberus.ca \
--cc=netdev@oss.sgi.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).