public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Henning P. Schmiedehausen" <hps@intermeta.de>
To: linux-kernel@vger.kernel.org
Subject: Re: Oops with 3c59x module (3com 3c595 NIC)
Date: Sun, 8 Dec 2002 12:30:32 +0000 (UTC)	[thread overview]
Message-ID: <asve18$2i0$1@forge.intermeta.de> (raw)
In-Reply-To: 3DF28151.40706@pobox.com

Jeff Garzik <jgarzik@pobox.com> writes:

>pci-skeleton.c and several of Don's drivers actually do do something 
>else on TxUnderrun, twiddle DMA burst settings:

>         if ((intr_status & TxUnderrun)
>                 && (np->tx_config & TxThresholdField) != 
>TxThresholdField) {
>                 long ioaddr = dev->base_addr;
>                 np->tx_config += TxThresholdInc;
>                 writel(np->tx_config, ioaddr + TxMode);
>                 np->stats.tx_fifo_errors++;
>         }

>I wonder how feasible it is to do that on 3c59x hardware?

I wonder whether this is not a layer violation. Shouldn't there be
some sort of API call to do this?

	Regards
		Henning


-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   info@intermeta.de
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

  parent reply	other threads:[~2002-12-08 12:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-07 21:43 Oops with 3c59x module (3com 3c595 NIC) Matt Rickard
2002-12-07 22:17 ` Andrew Morton
2002-12-07 23:16   ` Jeff Garzik
2002-12-07 23:46     ` Andrew Morton
2002-12-08 12:30     ` Henning P. Schmiedehausen [this message]
2002-12-08 19:49       ` Jeff Garzik
2002-12-08 19:13 ` Matt Rickard

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='asve18$2i0$1@forge.intermeta.de' \
    --to=hps@intermeta.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox