aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2016-07-29 20:52:18 +0000
committerAlexander Motin <mav@FreeBSD.org>2016-07-29 20:52:18 +0000
commit75b94efd081b993645fe8abdc8698070a74daec7 (patch)
tree52121735a3cbd733ee8725b62f20daa59774fe90 /sys/dev
parent7e968dab6d519778441f8aa5712a42281329971a (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ntb/ntb_hw/ntb_hw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ntb/ntb_hw/ntb_hw.c b/sys/dev/ntb/ntb_hw/ntb_hw.c
index 6e501b3208846..9962cb275474a 100644
--- a/sys/dev/ntb/ntb_hw/ntb_hw.c
+++ b/sys/dev/ntb/ntb_hw/ntb_hw.c
@@ -2649,6 +2649,7 @@ msix_done:
if (val != NTB_MSIX_RECEIVED)
goto reschedule;
+ intel_ntb_spad_clear(ntb->device);
ntb->peer_msix_good = true;
/* Give peer time to see our NTB_MSIX_RECEIVED. */
goto reschedule;