Page MenuHomeFreeBSD

acpi: Support Functional Fixed Hardware
Needs RevisionPublic

Authored by aokblast on Feb 24 2026, 7:25 AM.
Tags
None
Referenced Files
F162176622: D55475.diff
Fri, Jul 10, 2:47 PM
Unknown Object (File)
Thu, Jul 9, 8:49 PM
Unknown Object (File)
Thu, Jul 9, 12:08 PM
Unknown Object (File)
Tue, Jul 7, 8:02 AM
Unknown Object (File)
Mon, Jul 6, 6:29 AM
Unknown Object (File)
Mon, Jul 6, 5:06 AM
Unknown Object (File)
Mon, Jul 6, 5:04 AM
Unknown Object (File)
Sun, Jul 5, 3:14 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.Fri, Jul 10, 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.Fri, Jul 10, 3:06 PM