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, Nov 5, 5:46 AM
Unknown Object (File)
Mon, Nov 3, 10:56 AM
Unknown Object (File)
Mon, Nov 3, 12:30 AM
Unknown Object (File)
Tue, Oct 28, 5:55 PM
Unknown Object (File)
Tue, Oct 28, 7:54 AM
Unknown Object (File)
Sun, Oct 26, 7:36 AM
Unknown Object (File)
Wed, Oct 22, 1:02 AM
Unknown Object (File)
Sat, Oct 18, 3:28 PM
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