Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0127215c17414322b350c3c6fbd1a7d8dd13856f
Commit:     0127215c17414322b350c3c6fbd1a7d8dd13856f
Parent:     864022344caf43dab7fa5219152280d056c6e051
Author:     Francois Romieu <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 20 22:58:51 2007 +0100
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Sun Jul 8 22:16:44 2007 -0400

    r8169: small 8101 comment
    
    Extracted from version 1.001.00 of Realtek's r8101.
    
    Signed-off-by: Francois Romieu <[EMAIL PROTECTED]>
    Cc: Edward Hsu <[EMAIL PROTECTED]>
---
 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 a6fea19..49e599b 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -1165,6 +1165,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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to