]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
r8169: small 8101 comment
authorFrancois Romieu <romieu@fr.zoreil.com>
Tue, 20 Feb 2007 21:58:51 +0000 (22:58 +0100)
committerJeff Garzik <jeff@garzik.org>
Mon, 9 Jul 2007 02:16:44 +0000 (22:16 -0400)
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.tw>
drivers/net/r8169.c

index a6fea192ffff1ba3a283c7b55b42e3e2fe09b5f4..49e599bc3f48958169e4db2e971fab6ca329e0bc 100644 (file)
@@ -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;