Page MenuHomeFreeBSD

acpi: Split ACPI IVARs into global and private sets
ClosedPublic

Authored by jhb on Feb 18 2026, 3:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 14, 3:37 PM
Unknown Object (File)
Fri, Mar 13, 8:43 PM
Unknown Object (File)
Tue, Mar 10, 3:59 AM
Unknown Object (File)
Mon, Mar 9, 5:10 AM
Unknown Object (File)
Thu, Feb 26, 8:59 AM
Unknown Object (File)
Feb 23 2026, 8:53 AM
Unknown Object (File)
Feb 23 2026, 5:41 AM
Unknown Object (File)
Feb 21 2026, 6:16 PM
Subscribers
None

Details

Summary

ACPI_IVAR_HANDLE is the only true "global" IVAR that can be used
across multiple bus drivers. The other IVARs are private to direct
children of acpi0. However, they need to be numbered after ISA IVARs
as ACPI mimics an ISA bus device. To ensure this remains true, add an
ISA_IVAR_LAST to use in assert that the private ACPI IVARs do not
overlap with ISA IVARs.

Diff Detail

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