mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue