Page MenuHomeFreeBSD

Rename acpi_iommu_get_dma_tag()
ClosedPublic

Authored by br on Sep 29 2020, 10:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 22, 1:02 AM
Unknown Object (File)
Sat, Oct 18, 3:28 PM
Unknown Object (File)
Fri, Oct 17, 5:51 AM
Unknown Object (File)
Fri, Oct 17, 5:51 AM
Unknown Object (File)
Fri, Oct 17, 5:51 AM
Unknown Object (File)
Fri, Oct 17, 5:51 AM
Unknown Object (File)
Thu, Oct 16, 8:29 PM
Unknown Object (File)
Thu, Sep 25, 7:09 AM
Subscribers

Details

Summary

Rename acpi_iommu_get_dma_tag() as it does not seem to be ACPI dependend
Also on arm64 we may use it for FDT systems as well

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

br requested review of this revision.Sep 29 2020, 10:18 AM
br created this revision.
This revision is now accepted and ready to land.Sep 29 2020, 10:30 AM
sys/dev/acpica/acpi_pci.c
462–463

Wouldn't it be better to include iommu.h, instead of repeating the declaration ?

sys/dev/pci/pci.c
5686–5687

There too.

Don't repeat iommu_get_dma_tag() declaration, include iommu.h instead.

This revision now requires review to proceed.Sep 29 2020, 2:48 PM
This revision is now accepted and ready to land.Sep 29 2020, 2:51 PM