]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r287564:
authorjimharris <jimharris@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 11 Sep 2015 17:06:57 +0000 (17:06 +0000)
committerjimharris <jimharris@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 11 Sep 2015 17:06:57 +0000 (17:06 +0000)
commit8466e25c94828f228fbd697cfd4040653504b3f5
treeef52ef07e27a6ac76ee9a224bb76ae94ce71668d
parent6a9c098a1268a6ff75c03e58e90f5f9160fb21ac
MFC r287564:

  isci: check return value of pci_alloc_msix()

  Certain VM guest types (VMware, Xen) do not support MSI, so pci_alloc_msix()
  always fails.  isci(4) was not properly detecting the allocation failure,
  and would try to proceed with MSIx resource initialization rather than
  reverting to INTx.

Sponsored by: Intel

git-svn-id: svn://svn.freebsd.org/base/stable/10@287678 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/isci/isci_interrupt.c