Page MenuHomeFreeBSD

acpi: Split ACPI IVARs into global and private sets
ClosedPublic

Authored by jhb on Wed, Feb 18, 3:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 26, 8:59 AM
Unknown Object (File)
Mon, Feb 23, 8:53 AM
Unknown Object (File)
Mon, Feb 23, 5:41 AM
Unknown Object (File)
Sat, Feb 21, 6:16 PM
Unknown Object (File)
Fri, Feb 20, 10:05 AM
Unknown Object (File)
Fri, Feb 20, 10:05 AM
Unknown Object (File)
Wed, Feb 18, 9:05 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 70757
Build 67640: arc lint + arc unit