ntb_hw(4): Only record the first three MSIX vectors
authorcem <cem@FreeBSD.org>
Mon, 23 May 2016 19:46:58 +0000 (19:46 +0000)
committercem <cem@FreeBSD.org>
Mon, 23 May 2016 19:46:58 +0000 (19:46 +0000)
commitd17b279014bce2157bcbb185df14a1774b259d29
tree87ee0ae981e19a5b0c21b928b66b40fbd154f97c
parent790244c47d31506ffa13efa2d15b404854f171ed
ntb_hw(4): Only record the first three MSIX vectors

Don't overrun the msix_data array by reading the (unused) link state
interrupt information.

Reported by: mav (earlier version)
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D6489
sys/dev/ntb/ntb_hw/ntb_hw.c