Page MenuHomeFreeBSD

acpi: Add a pseudo-bus for APEI devices to manage resources
ClosedPublic

Authored by jhb on Jul 3 2026, 4:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 20, 10:17 AM
Unknown Object (File)
Fri, Sep 18, 8:28 PM
Unknown Object (File)
Thu, Sep 17, 8:25 PM
Unknown Object (File)
Fri, Sep 11, 6:56 AM
Unknown Object (File)
Thu, Sep 10, 9:34 PM
Unknown Object (File)
Tue, Sep 8, 9:01 PM
Unknown Object (File)
Tue, Sep 8, 5:11 PM
Unknown Object (File)
Tue, Sep 8, 1:34 AM
Subscribers
None

Details

Summary

Different APEI tables can reuse the same registers (and sometimes
different views of the same register, e.g. 32- vs 64-bit mappings of
the same register). To enable this sharing, apei0 now acts as a bus
device managing a pool of allocated resources and handing out mappings
to child devices which handle individual tables.

Most of the previous apei(4) driver has been moved into a new
hest0 device that is a child of apei0.

Sponsored by: Netflix

Diff Detail

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

Event Timeline

jhb requested review of this revision.Jul 3 2026, 4:01 PM
jhb created this revision.

Fix a malloc type mismatch noted by Claude

This revision is now accepted and ready to land.Jul 3 2026, 4:49 PM
sys/dev/acpica/acpi_apei_bus.c
114

Why create a fake one?