Skip to content

Simplify and refactor handling of MSI/MSI-X

bjorn3 requested to merge bjorn3/drivers:pcid_cleanup3 into master

This makes it easier to move to using pci_types for parsing PCI capabilities.

This also reduces the amount of device state left over from previous drivers or OSes that ran by ignoring the current MSI/MSI-X enable status when deciding whether to use MSI or MSI-X.

Merge request reports