Page MenuHomeFreeBSD

acpi: Support Functional Fixed Hardware
AbandonedPublic

Authored by aokblast on Feb 24 2026, 7:25 AM.
Tags
None
Referenced Files
F166972758: D55475.id.diff
Tue, Aug 18, 7:14 AM
Unknown Object (File)
Wed, Aug 12, 6:33 PM
Unknown Object (File)
Wed, Aug 12, 12:21 AM
Unknown Object (File)
Mon, Aug 10, 2:10 PM
Unknown Object (File)
Mon, Aug 10, 2:10 PM
Unknown Object (File)
Mon, Aug 10, 8:05 AM
Unknown Object (File)
Sat, Aug 8, 7:54 PM
Unknown Object (File)
Sat, Aug 8, 4:22 PM
Subscribers

Details

Reviewers
olce
Summary

ACPI Functional Fixed Hardware is a address space defined in ACPI
GAS (Generic Address Space). This implementation relies on CPU
manufacturer to define specific hardware instruction to access. We
add it to our kernel resource management system.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 74242
Build 71125: arc lint + arc unit

Event Timeline

Mark FFH resource as 1 byte to prevent resource overlap

Use uint64_t instead of platform dependent register_t

olce requested changes to this revision.Jul 10 2026, 3:06 PM

acpi_get_rman() should always return NULL on FFH, and it's absolutely inconceivable to match devices on FFH values.

Same as for D55476 here, this change should be dropped.

This revision now requires changes to proceed.Jul 10 2026, 3:06 PM