public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: rkuhn@e18.physik.tu-muenchen.de
Cc: alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org
Subject: Re: kernel BUG at tg3.c:1557
Date: Wed, 07 Aug 2002 07:20:20 -0700 (PDT)	[thread overview]
Message-ID: <20020807.072020.130694315.davem@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0208071613120.3705-100000@pc40.e18.physik.tu-muenchen.de>

   From: Roland Kuhn <rkuhn@e18.physik.tu-muenchen.de>
   Date: Wed, 7 Aug 2002 16:25:32 +0200 (CEST)
   
   The second change is straightforward, and I implemented the first by 
   setting
   
   *** around line 5569
           pci_read_config_dword(tp->pdev, TG3PCI_PCISTATE,
                                 &pci_state_reg);
   
   +       tp->tg3_flags |= TG3_FLAG_PCIX_TARGET_HWBUG; // rk
           if ((pci_state_reg & PCISTATE_CONV_PCI_MODE) == 0) {
                   tp->tg3_flags |= TG3_FLAG_PCIX_MODE;
   
   ***
   
   With these changes I'm unable to bring the interface up again, getting 
   timeouts from tg3_stop_block:

Try instead setting it right before the comment which reads:

        /* Quick sanity check.  Make sure we see an expected
         * value here.
         */

in tg3_get_invariants().

  reply	other threads:[~2002-08-07 14:30 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-07 11:40 kernel BUG at tg3.c:1557 Roland Kuhn
2002-08-07 13:14 ` Alan Cox
2002-08-07 12:03   ` David S. Miller
2002-08-07 14:25     ` Roland Kuhn
2002-08-07 14:20       ` David S. Miller [this message]
2002-08-07 14:49         ` Roland Kuhn
2002-08-07 14:48           ` David S. Miller
2002-08-07 15:36             ` Roland Kuhn
2002-08-07 15:24               ` David S. Miller
2002-08-07 16:28                 ` Roland Kuhn
2002-08-07 19:18                   ` [SOLVED] " Roland Kuhn
2002-08-07 19:43                     ` Roland Kuhn
2002-08-07 12:22   ` kernel
2002-08-07 13:08   ` Willy Tarreau
2002-08-07 19:52 ` kwijibo
2002-08-07 19:53   ` Roland Kuhn
2002-08-07 21:41     ` kwijibo
2002-08-07 22:10       ` Roland Kuhn
2002-08-07 22:40         ` David S. Miller
2002-08-08  8:33           ` Roland Kuhn
2002-08-08 12:39             ` Roland Kuhn
2002-08-08 15:32               ` David S. Miller
2002-08-30 23:43           ` David S. Miller
2002-09-11  9:11             ` Roland Kuhn
2002-09-18 13:57             ` Ryan Sweet
2002-08-07 23:42   ` Alan Cox

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=20020807.072020.130694315.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rkuhn@e18.physik.tu-muenchen.de \
    /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