From: Jeff Garzik <jeff@garzik.org>
To: akpm@linux-foundation.org
Cc: leewkb@yahoo.com, netdev <netdev@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [patch 1/6] 8139too: force media setting cleanup
Date: Thu, 24 May 2007 17:36:39 -0400 [thread overview]
Message-ID: <46560567.5060708@garzik.org> (raw)
In-Reply-To: <200705232134.l4NLYcm2000578@shell0.pdx.osdl.net>
akpm@linux-foundation.org wrote:
> From: Bernard Lee <leewkb@yahoo.com>
>
> Setting bit 4 & 5 alone in 8139too module media option does not really
> force 100Mbps full-duplex mode. When media option bit 0-3 is cleared,
> 8139too module does not force media setting. Therefore, bit 0-3 requires
> to be set for bit 4 & 5 to take effect. The hidden bit 0-3 setting is not
> stated in module description.
>
> It can be fixed by changing rtl8139_private structure default_port bitfield
> from 4-bit to 6-bit.
>
> Besides, module media bit 9 is a duplicate of bit 4 (full-duplex). It is
> suggested that bit 9 is freed. A remark is added to module description
> that bit 0 can be used to force setting. It helps to clarify 10Mbps
> half-duplex mode.
>
> Signed-off-by: Bernard Lee <leewkb@yahoo.com>
> Cc: Jeff Garzik <jeff@garzik.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> drivers/net/8139too.c | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
(re-replying, just to refresh everybody on the status)
The status of this patch is HOLD, and has been for months.
AFAICS this is a behavior change that differs from other Becker-derived
drivers. I would suggest looking at other drivers.
Furthermore, people should be using ethtool to set media. Rather than
changing the behavior of this module parameter to be non-standard, I
feel it is better to (a) leave it as is or (b) remove it completely.
Jeff
next parent reply other threads:[~2007-05-24 21:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200705232134.l4NLYcm2000578@shell0.pdx.osdl.net>
2007-05-24 21:36 ` Jeff Garzik [this message]
2007-06-13 12:52 ` [patch 1/6] 8139too: force media setting cleanup Kyuma Ohta
2007-06-13 17:09 ` Jeff Garzik
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=46560567.5060708@garzik.org \
--to=jeff@garzik.org \
--cc=akpm@linux-foundation.org \
--cc=leewkb@yahoo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@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.