Page MenuHomeFreeBSD

Add ACPI support to INTRNG.
ClosedPublic

Authored by andrew on Nov 22 2016, 11:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 5, 12:18 AM
Unknown Object (File)
Sat, Mar 23, 1:07 AM
Unknown Object (File)
Dec 20 2023, 1:16 AM
Unknown Object (File)
Jun 18 2023, 9:55 PM
Unknown Object (File)
Mar 6 2023, 1:34 PM
Unknown Object (File)
Feb 18 2023, 7:58 PM
Unknown Object (File)
Apr 4 2017, 3:47 PM
Unknown Object (File)
Jan 24 2017, 9:00 AM
Subscribers

Details

Summary

This adds a new acpi_bus interface with a map_intr method. This is
similar to the Openfirmware map_intr method and allows us to create
the needed mapping from ACPI space to INTRNG space.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6043
Build 6309: arc lint + arc unit

Event Timeline

andrew retitled this revision from to Add ACPI support to INTRNG..
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added reviewers: arm64, jhb, jkim, skra, mmel.
andrew added a subscriber: emaste.
sys/conf/files.arm64
148

should thos sort before acpi_if.m?

sys/dev/acpica/acpi_bus_if.m
57

typo

sys/sys/intr.h
64

This definition should be in some ACPI specific header as INTRNG does not need to know anything about ACPI.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 11 2018, 5:09 PM
This revision was automatically updated to reflect the committed changes.