]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: revert "read MAC address from EEPROM on init"
authorFrancois Romieu <romieu@fr.zoreil.com>
Sun, 26 Oct 2008 16:02:49 +0000 (17:02 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Oct 2008 16:35:05 +0000 (09:35 -0700)
commitd64b199c5a442a3edff9c3a43fa37b760ba791e2
tree9e4523b27417f1572d9c33ae9012ee98c0dcb556
parent034b1410503b35fa9e7814c767b0a4166048541c
r8169: revert "read MAC address from EEPROM on init"

This reverts commit 22d6cb6d4952f1db481052818189b9f745185e47.

The code has both a short existence and an increasing track of failures
despite some work to amend it for -rc1.  It is not just a matter of
reading the eeprom: sometimes the eeprom is read correctly, then the mac
address is not written correctly back into the mac registers.

Some chipsets seem to work reliably but it is not clear at this point if
the code can simply be made to work on a per-chipset basis and post -rc1
is not the place where I want to experiment these things.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/r8169.c