From: Jeff Garzik <jgarzik@pobox.com>
To: Francois Romieu <romieu@fr.zoreil.com>
Cc: Richard Dawe <rich@phekda.gotadsl.co.uk>,
netdev@oss.sgi.com, davem@davemloft.net
Subject: Re: [patch] ethtool (was Re: Acer Aspire 1524WLMi and RealTek 8169 - very slow)
Date: Thu, 27 Jan 2005 15:27:33 -0500 [thread overview]
Message-ID: <41F94EB5.8090304@pobox.com> (raw)
In-Reply-To: <20041121232850.GB22460@electric-eye.fr.zoreil.com>
Francois Romieu wrote:
> Richard Dawe <rich@phekda.gotadsl.co.uk> :
>
>>diff -pur ethtool-2/ethtool.c ethtool-2.dev/ethtool.c
>>--- ethtool-2/ethtool.c 2004-07-02 16:28:48.000000000 +0100
>>+++ ethtool-2.dev/ethtool.c 2004-11-21 10:09:13.000000000 +0000
>>@@ -996,6 +996,7 @@ static struct {
>> } driver_list[] = {
>> { "8139cp", realtek_dump_regs },
>> { "8139too", realtek_dump_regs },
>>+ { "r8169", realtek_dump_regs },
>> { "de2104x", de2104x_dump_regs },
>> { "e1000", e1000_dump_regs },
>> { "natsemi", natsemi_dump_regs },
>>diff -pur ethtool-2/realtek.c ethtool-2.dev/realtek.c
>>--- ethtool-2/realtek.c 2004-04-09 19:44:55.000000000 +0100
>>+++ ethtool-2.dev/realtek.c 2004-11-21 11:31:29.015997736 +0000
>>@@ -43,7 +43,7 @@ static struct chip_info {
>> { "RTL-8100B/8139D", HW_REVID(1, 1, 1, 0, 1, 0, 1) },
>> { "RTL-8139C+", HW_REVID(1, 1, 1, 0, 1, 1, 0) },
>> { "RTL-8101", HW_REVID(1, 1, 1, 0, 1, 1, 1) },
>>- { "RTL-8169", HW_REVID(0, 0, 0, 0, 0, 0, 0) },
>>+ { "RTL-8169", HW_REVID(0, 0, 1, 0, 0, 0, 0) },
>
>
> The initial value can be found in the datasheet and my Netgear adapter
> announces HW_REVID(0, 0, 0, 0, 1, 0, 0). Joy.
>
> Dave, Jeff, any remark about the patch below ?
>
> Index: ethtool.c
> ===================================================================
> RCS file: /cvsroot/gkernel/ethtool/ethtool.c,v
> retrieving revision 1.50
> diff -u -p -r1.50 ethtool.c
> --- ethtool.c 2 Jul 2004 15:35:09 -0000 1.50
> +++ ethtool.c 21 Nov 2004 23:22:54 -0000
> @@ -996,6 +996,7 @@ static struct {
> } driver_list[] = {
> { "8139cp", realtek_dump_regs },
> { "8139too", realtek_dump_regs },
> + { "r8169", realtek_dump_regs },
> { "de2104x", de2104x_dump_regs },
> { "e1000", e1000_dump_regs },
> { "natsemi", natsemi_dump_regs },
applied
prev parent reply other threads:[~2005-01-27 20:27 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-21 13:16 Acer Aspire 1524WLMi and RealTek 8169 - very slow Richard Dawe
2004-11-21 13:24 ` Richard Dawe
2004-11-21 19:47 ` Richard Dawe
2004-11-21 20:58 ` Francois Romieu
2004-11-22 20:42 ` Richard Dawe
2004-11-22 21:30 ` Francois Romieu
2004-11-22 22:07 ` Richard Dawe
2004-11-24 19:36 ` Richard Dawe
2004-11-30 19:52 ` Jon Mason
2004-12-29 10:17 ` Richard Dawe
2004-12-29 23:52 ` Francois Romieu
2005-01-02 13:51 ` Richard Dawe
2005-01-02 15:23 ` Richard Dawe
2005-01-22 13:10 ` Richard Dawe
2005-01-22 15:22 ` Richard Dawe
2005-01-22 23:01 ` Francois Romieu
2005-01-23 19:08 ` Richard Dawe
2005-01-25 21:47 ` Francois Romieu
2005-02-05 13:26 ` Richard Dawe
2005-02-05 20:41 ` Francois Romieu
2005-02-06 10:54 ` Richard Dawe
2005-02-08 23:00 ` Richard Dawe
2005-02-12 0:07 ` Francois Romieu
2004-11-21 23:28 ` [patch] ethtool (was Re: Acer Aspire 1524WLMi and RealTek 8169 - very slow) Francois Romieu
2005-01-27 20:27 ` Jeff Garzik [this message]
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=41F94EB5.8090304@pobox.com \
--to=jgarzik@pobox.com \
--cc=davem@davemloft.net \
--cc=netdev@oss.sgi.com \
--cc=rich@phekda.gotadsl.co.uk \
--cc=romieu@fr.zoreil.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 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.