Skip to content
Commit 108f518c authored by Henry Nestler's avatar Henry Nestler Committed by David S. Miller
Browse files

DM9000B: Fix PHY power for network down/up



DM9000 revision B needs 1 ms delay after PHY power-on.
PHY must be powered on by writing 0 into register DM9000_GPR before
all other settings will change (see Davicom spec and example code).

Remember, that register DM9000_GPR was not changed by reset sequence.

Without this fix the FIFO is out of sync and sends wrong data after
sequence of "ifconfig ethX down ; ifconfig ethX up".

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8dde9242
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment