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, Mar 25, 5:33 AM
Unknown Object (File)
Tue, Mar 24, 4:55 AM
Unknown Object (File)
Tue, Mar 24, 2:36 AM
Unknown Object (File)
Tue, Mar 24, 1:28 AM
Unknown Object (File)
Mon, Mar 23, 5:36 PM
Unknown Object (File)
Thu, Mar 19, 3:46 PM
Unknown Object (File)
Sun, Mar 15, 4:33 PM
Unknown Object (File)
Sat, Feb 28, 5:08 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