Page MenuHomeFreeBSD

dev/fdt: Add support for non-PCI MSI interrupts
ClosedPublic

Authored by andrew on Oct 24 2025, 3:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 19, 12:15 PM
Unknown Object (File)
Wed, Mar 18, 10:11 PM
Unknown Object (File)
Wed, Mar 18, 2:53 AM
Unknown Object (File)
Sun, Mar 15, 1:50 PM
Unknown Object (File)
Sun, Mar 1, 6:24 AM
Unknown Object (File)
Sun, Mar 1, 3:27 AM
Unknown Object (File)
Sun, Mar 1, 2:20 AM
Unknown Object (File)
Fri, Feb 27, 8:44 AM
Subscribers

Details

Summary

Some non-PCI devices can send interrupts, e.g. the Arm SMMU or GICv5
Interrupt Wire Bridge. Add support for these by implementing pci_get_id
and pci_alloc_msi and the MSI/MSI-X parts of the PCIB interface.

Only the MSI parts of the PCI interface are added as that is all I am
able to test.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable