Deniz-Eren / dev-can-linux

Porting of Linux CAN-bus drivers to QNX
GNU General Public License v2.0
4 stars 1 forks source link

Added PCIe capability ID 0x05 (MSI) and 0x11 (MSI-X) support #8

Closed Deniz-Eren closed 8 months ago

Deniz-Eren commented 1 year ago

Added PCIe capability 0x05 (MSI) support

Deniz-Eren commented 8 months ago

Adding support for PCIe capability 0x11 (MSI-X) within this branch, since it turns out to be a minor addition to the MSI support changes.

Deniz-Eren commented 8 months ago

Multi IRQ support added and rebased to this branch.