Skip to content

Commit eea221c

Browse files
atsushi-nemotoJeff Garzik
authored andcommitted
tc35815 driver update (take 2)
Current tc35815 driver is very obsolete and less maintained for a long time. Replace it with a new driver based on one from CELF patch archive. Major advantages of CELF version (version 1.23, for kernel 2.6.10) are: * Independent of JMR3927. (Actually independent of MIPS, but AFAIK the chip is used only on MIPS platforms) * TX4938 support. * 64-bit proof. * Asynchronous and on-demand auto negotiation. * High performance on non-coherent architecture. * ethtool support. * Many bugfixes and cleanups. And improvoments since version 1.23 are: * TX4939 support. * NETPOLL support. * NAPI support. (disabled by default) * Reduce memcpy on receiving. * PM support. * Many cleanups and bugfixes. Signed-off-by: Atsushi Nemoto <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 3664006 commit eea221c

File tree

3 files changed

+1917
-675
lines changed

3 files changed

+1917
-675
lines changed

drivers/net/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,8 @@ config CS89x0
14441444

14451445
config TC35815
14461446
tristate "TOSHIBA TC35815 Ethernet support"
1447-
depends on NET_PCI && PCI && TOSHIBA_JMR3927
1447+
depends on NET_PCI && PCI && MIPS
1448+
select MII
14481449

14491450
config DGRS
14501451
tristate "Digi Intl. RightSwitch SE-X support"

0 commit comments

Comments
 (0)