From: "David S. Miller" <davem@redhat.com>
To: linux-kernel@vger.kernel.org, tlan@stud.ntnu.no
Cc: jgarzik@mandrakesoft.com, linux-net@vger.kernel.org
Subject: Re: [BETA] First test release of Tigon3 driver
Date: Tue, 26 Feb 2002 06:59:41 -0800 (PST) [thread overview]
Message-ID: <20020226.065941.39167730.davem@redhat.com> (raw)
In-Reply-To: <20020226145730.A20268@stud.ntnu.no>
In-Reply-To: <20020225.165914.123908101.davem@redhat.com> <20020226145730.A20268@stud.ntnu.no>
From: Thomas Langås <tlan@stud.ntnu.no>
Date: Tue, 26 Feb 2002 14:57:30 +0100
tg3.c:v0.90 (Feb 25, 2002)
tg3: Problem fetching invariants of chip, aborting.
Please apply this patch and tell me what it spits
out, thanks.
--- drivers/net/tg3.c.~1~ Mon Feb 25 17:50:17 2002
+++ drivers/net/tg3.c Tue Feb 26 06:58:39 2002
@@ -4424,12 +4424,20 @@
if (grc_misc_cfg != GRC_MISC_CFG_BOARD_ID_5700 &&
grc_misc_cfg != GRC_MISC_CFG_BOARD_ID_5701 &&
grc_misc_cfg != GRC_MISC_CFG_BOARD_ID_5703 &&
- grc_misc_cfg != GRC_MISC_CFG_BOARD_ID_5703S)
+ grc_misc_cfg != GRC_MISC_CFG_BOARD_ID_5703S) {
+ printk("DEBUG: Yikes grc_misc_cfg is %08x\n",
+ grc_misc_cfg);
return -ENODEV;
+ }
err = tg3_phy_probe(tp);
- if (!err)
+ if (err)
+ printk("DEBUG: phy_probe returns with %d\n", err);
+ if (!err) {
err = tg3_read_partno(tp);
+ if (err)
+ printk("DEBUG: read_partno returns with %d\n", err);
+ }
if (tp->phy_id == PHY_ID_SERDES) {
tp->tg3_flags &= ~TG3_FLAG_USE_PHY_IRQ;
next prev parent reply other threads:[~2002-02-26 15:02 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-26 0:59 [BETA] First test release of Tigon3 driver David S. Miller
2002-02-26 3:43 ` nick
2002-02-26 4:40 ` David S. Miller
2002-02-26 11:22 ` Sebastian Heidl
2002-02-26 11:24 ` David S. Miller
2002-02-26 11:39 ` Sebastian Heidl
2002-02-26 13:13 ` David S. Miller
2002-02-26 13:57 ` Thomas Langås
2002-02-26 14:59 ` David S. Miller [this message]
2002-02-26 15:40 ` Thomas Langås
2002-02-26 16:09 ` __skb_dequeue irq race ? Bjorn Wesen
2002-02-27 2:56 ` [BETA] First test release of Tigon3 driver David S. Miller
[not found] ` <20020227102450.B23121@stud.ntnu.no>
2002-02-27 9:31 ` David S. Miller
2002-02-27 11:05 ` Thomas Langås
2002-02-27 11:34 ` David S. Miller
2002-02-27 11:56 ` Thomas Langås
2002-02-27 12:06 ` David S. Miller
2002-02-27 12:24 ` Thomas Langås
2002-02-27 12:28 ` David S. Miller
2002-02-27 16:03 ` Thomas Langås
2002-02-27 16:10 ` Arjan van de Ven
2002-02-27 17:25 ` Thomas Langås
2002-02-27 18:37 ` Zach Brown
2002-02-27 18:46 ` Zach Brown
2002-02-27 19:42 ` Thomas Langås
2002-02-27 16:30 ` Chris Friesen
2002-02-26 17:22 ` Greg KH
2002-02-27 4:13 ` David S. Miller
2002-02-26 18:08 ` Pasi Kärkkäinen
2002-02-27 2:12 ` David S. Miller
-- strict thread matches above, loose matches on Subject: below --
2002-03-12 0:57 Timothy Ngo
2002-03-12 1:21 ` Alan Cox
2002-03-12 6:47 ` David S. Miller
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=20020226.065941.39167730.davem@redhat.com \
--to=davem@redhat.com \
--cc=jgarzik@mandrakesoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-net@vger.kernel.org \
--cc=tlan@stud.ntnu.no \
/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