All of lore.kernel.org
 help / color / mirror / Atom feed
From: walt <wa1ter@myrealbox.com>
To: "Jörg Mensmann" <joerg.mensmann@gmx.de>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [linux-kernel] Via-Rhine ethernet driver problem?
Date: Thu, 15 Apr 2004 10:01:07 -0700	[thread overview]
Message-ID: <407EBFD3.7080705@myrealbox.com> (raw)
In-Reply-To: <m3pta9z1pw.fsf@msgid.bitplanet.de>

Jörg Mensmann wrote:
> Hi!
> 
> Did you find a solution for that problem? I think I'm currently fighting
> with the same issues.
> 
> walt <wa1ter@myrealbox.com> wrote:
>>ECS K7VTA3 motherboard with built-in ethernet chip:
>>The problem is terrible performance -- I noticed that NFS file transfers grind
>>to a complete halt almost immediately on this machine.

Roger Luethi (the maintainer) sent me this patch which works great for me:

--- via-rhine.c.orig	2004-04-12 19:27:41.000000000 +0200
+++ via-rhine.c	2004-04-14 19:09:29.860264907 +0200
@@ -834,6 +834,7 @@
  					netif_carrier_on(dev);
  				else
  					netif_carrier_off(dev);
+				break;
  			}
  		}
  		np->mii_cnt = phy_idx;

           reply	other threads:[~2004-04-15 16:01 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <m3pta9z1pw.fsf@msgid.bitplanet.de>]

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=407EBFD3.7080705@myrealbox.com \
    --to=wa1ter@myrealbox.com \
    --cc=joerg.mensmann@gmx.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 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.