Page MenuHomeFreeBSD

pci_host_generic: Support ACPI_IVAR_HANDLE
ClosedPublic

Authored by andrew on Dec 12 2024, 9:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 30, 10:09 AM
Unknown Object (File)
Tue, May 20, 6:12 PM
Unknown Object (File)
Apr 29 2025, 10:50 PM
Unknown Object (File)
Apr 28 2025, 9:59 AM
Unknown Object (File)
Apr 26 2025, 7:16 PM
Unknown Object (File)
Apr 26 2025, 1:09 PM
Unknown Object (File)
Apr 1 2025, 7:05 PM
Unknown Object (File)
Mar 13 2025, 5:06 PM
Subscribers

Details

Summary

In the ACPI attachment support the ACPI_IVAR_HANDLE ivar. While here
use the common ivar function to support the common ivars.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

So long as the enums for ivars are disjoint

This revision is now accepted and ready to land.Dec 12 2024, 2:35 PM
In D48047#1095160, @imp wrote:

So long as the enums for ivars are disjoint

ACPI's ivars start at 100 for this very reason. The other ACPI PCI drivers used for !arm64 already do the same thing.

This revision was automatically updated to reflect the committed changes.