diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2016-07-29 20:52:18 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2016-07-29 20:52:18 +0000 |
| commit | 75b94efd081b993645fe8abdc8698070a74daec7 (patch) | |
| tree | 52121735a3cbd733ee8725b62f20daa59774fe90 /sys/dev | |
| parent | 7e968dab6d519778441f8aa5712a42281329971a (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ntb/ntb_hw/ntb_hw.c | 1 |
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; |
