Bring back arm-specific workaround from rev 1.15:
Do not use the IO-mapping to issue the reset on the 82546 on arm. For some reason, it results in corrupted descriptors.
This commit is contained in:
parent
eb66942114
commit
5d1e6e68fc
@ -516,7 +516,9 @@ em_reset_hw(struct em_hw *hw)
|
||||
case em_82544:
|
||||
case em_82540:
|
||||
case em_82545:
|
||||
#ifndef __arm__
|
||||
case em_82546:
|
||||
#endif
|
||||
case em_82541:
|
||||
case em_82541_rev_2:
|
||||
/* These controllers can't ack the 64-bit write when issuing the
|
||||
|
Loading…
x
Reference in New Issue
Block a user