Page MenuHomeFreeBSD

Rename acpi_iommu_get_dma_tag()
ClosedPublic

Authored by br on Sep 29 2020, 10:18 AM.
Tags
None
Referenced Files
F169387427: D26584.id77633.diff
Tue, Sep 1, 9:40 AM
F169286103: D26584.id77624.diff
Tue, Sep 1, 3:24 AM
F169225096: D26584.id.diff
Mon, Aug 31, 10:54 PM
F169223584: D26584.diff
Mon, Aug 31, 10:43 PM
Unknown Object (File)
Sat, Aug 29, 11:02 PM
Unknown Object (File)
Sat, Aug 29, 10:51 PM
Unknown Object (File)
Sat, Aug 29, 10:23 PM
Unknown Object (File)
Thu, Aug 27, 6:23 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
459 ↗(On Diff #77624)

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

sys/dev/pci/pci.c
5683 ↗(On Diff #77624)

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