Use isrc in attached MSI data structure instead of using map's
isrc directly. map's isrc is set to NULL on IRQ deactivation
which happens prior to pci_release_msi so MSI_RELEASE_MSI
receives array of NULLs
Details
Details
- Reviewers
andrew mmel - Commits
- rS307059: INTRNG - fix MSI/MSIX release path
Use Tegra Jetson-TK1 for tests. Put if_iwn device in PCIe slot,
kldload if_iwn; kldunload if_iwn crashes kernel without this patch
and everything is OK with this patch
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable