summaryrefslogtreecommitdiffstats
path: root/sys/dev/em/if_em_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/em/if_em_hw.c')
-rw-r--r--sys/dev/em/if_em_hw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/em/if_em_hw.c b/sys/dev/em/if_em_hw.c
index 83459dd..ee3be59 100644
--- a/sys/dev/em/if_em_hw.c
+++ b/sys/dev/em/if_em_hw.c
@@ -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
OpenPOWER on IntegriCloud