Use the information from IORT parsing to translate the PCI RID to GIC ITS device ID. And similarly, use the information to find the PIC XREF identifier to be used for PCI devices.
Details
Details
- Reviewers
andrew markj - Group Reviewers
arm64 - Commits
- rS343860: pci_host_generic_acpi: use IORT data for MSI/MSI-X
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 22361
Event Timeline
sys/dev/pci/pci_host_generic_acpi.c | ||
---|---|---|
360 | This should check the return status. |
Comment Actions
Will rebase and submit a new rev addressing the comment.
sys/dev/pci/pci_host_generic_acpi.c | ||
---|---|---|
360 | pcib_get_id is not likely to fail when type is PCI_ID_RID - so I didn't think it was needed. Anyway, I will fix it up. |