]> git.itanic.dy.fi Git - linux-stable/commit
r8169: revert part of 6dccd16b7c2703e8bbf8bca62b5cf248332afbe2
authorFrancois Romieu <romieu@fr.zoreil.com>
Wed, 3 Oct 2007 22:42:50 +0000 (00:42 +0200)
committerJeff Garzik <jeff@garzik.org>
Fri, 5 Oct 2007 18:05:48 +0000 (14:05 -0400)
commitc946b3047205d7e107be16885bbb42ab9f10350a
treed5493adf30f328f21d129b5404adb1cd9c7427c4
parentaf299901efac5ede381e01448a31a560a4eca853
r8169: revert part of 6dccd16b7c2703e8bbf8bca62b5cf248332afbe2

The 8169/8110SC currently announces itself as:
[...]
eth0: RTL8169sc/8110sc at 0x........, ..:..:..:..:..:.., XID 18000000 IRQ ..
                                                             ^^^^^^^^
It uses RTL_GIGA_MAC_VER_05 and this part of the changeset can cut
its performance by a factor of 2~2.5 as reported by Timo.

(the driver includes code just before the hunk to write the ChipCmd
register when mac_version == RTL_GIGA_MAC_VER_0[1-4])

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Timo Jantunen <jeti@welho.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/r8169.c