From: Francois Romieu <romieu@fr.zoreil.com>
To: jeff@garzik.org
Cc: netdev@vger.kernel.org, Edward Hsu <edward_hsu@realtek.com>
Subject: [PATCH 06/12] r8169: small 8101 comment
Date: Thu, 26 Apr 2007 23:48:37 +0200 [thread overview]
Message-ID: <20070426214837.GG7344@electric-eye.fr.zoreil.com> (raw)
In-Reply-To: <20070426205714.GA12701@electric-eye.fr.zoreil.com>
Extracted from version 1.001.00 of Realtek's r8101.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com>
---
drivers/net/r8169.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index 1111ca4..adc4d3d 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -1175,6 +1175,10 @@ static void rtl8169_get_mac_version(struct rtl8169_private *tp, void __iomem *io
* if needed:
*
* (RTL_R32(TxConfig) & 0x700000) == 0x500000 ? 8168Bf : 8168Be
+ *
+ * Same thing for the 8101Eb and the 8101Ec:
+ *
+ * (RTL_R32(TxConfig) & 0x700000) == 0x200000 ? 8101Eb : 8101Ec
*/
const struct {
u32 mask;
--
1.4.4.2
next prev parent reply other threads:[~2007-04-26 21:52 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070426205714.GA12701@electric-eye.fr.zoreil.com>
2007-04-26 21:47 ` [PATCH 01/12] r8169: add per-device hw_start handler (1/2) Francois Romieu
2007-04-26 21:48 ` [PATCH 02/12] r8169: add per-device hw_start handler (2/2) Francois Romieu
2007-04-26 21:48 ` [PATCH 03/12] r8169: merge with version 6.001.00 of Realtek's r8169 driver Francois Romieu
2007-04-26 21:48 ` [PATCH 04/12] r8169: merge with version 8.001.00 of Realtek's r8168 driver Francois Romieu
2007-04-26 21:48 ` [PATCH 05/12] r8169: confusion between hardware and IP header alignment Francois Romieu
2007-04-26 21:48 ` Francois Romieu [this message]
2007-04-26 21:48 ` [PATCH 07/12] r8169: remove the media option Francois Romieu
2007-04-26 21:48 ` [PATCH 08/12] r8169: cleanup Francois Romieu
2007-05-08 4:52 ` Jeff Garzik
2007-04-26 21:49 ` [PATCH 09/12] r8169: MSI support Francois Romieu
2007-05-08 4:53 ` Jeff Garzik
2007-04-26 21:49 ` [PATCH 10/12] r8169: add bit description for the TxPoll register Francois Romieu
2007-04-26 21:49 ` [PATCH 11/12] r8169: align the IP header when there is no DMA constraint Francois Romieu
2007-04-27 4:45 ` Mike Isely
2007-05-08 4:53 ` Jeff Garzik
2007-04-26 21:49 ` [PATCH 12/12] r8169: mac address change support Francois Romieu
2007-05-08 4:55 ` 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=20070426214837.GG7344@electric-eye.fr.zoreil.com \
--to=romieu@fr.zoreil.com \
--cc=edward_hsu@realtek.com \
--cc=jeff@garzik.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).