]> git.baikalelectronics.ru Git - kernel.git/commit
de2104x: wrong MAC address fix
authorMartin Langer <martin-langer@gmx.de>
Tue, 14 Oct 2008 01:49:38 +0000 (18:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Oct 2008 01:49:38 +0000 (18:49 -0700)
commit44d995001fce9ff6e10859c0f31796711b5f0005
tree00aa6f51673afe88d316041e562fe7e2cf414e6a
parenta2d0e011060d78abe1b528d8309c19ee0261333b
de2104x: wrong MAC address fix

The de2104x returns sometimes a wrong MAC address. The wrong one is
like the original one, but it comes with an one byte shift. I found
this bug on an older alpha ev5 cpu. More details are available in Gentoo
bugreport #240718.

It seems the hardware is sometimes a little bit too slow for an
immediate access. This patch solves the problem by introducing a small
udelay.

Signed-off-by: Martin Langer <martin-langer@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tulip/de2104x.c