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
4b7d15c6dc
commit
2ae0fcd220
@ -377,7 +377,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…
Reference in New Issue
Block a user