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)
Tue, Dec 10, 2:46 PM
Unknown Object (File)
Fri, Nov 29, 12:40 AM
Unknown Object (File)
Nov 12 2024, 8:54 PM
Unknown Object (File)
Oct 5 2024, 6:48 PM
Unknown Object (File)
Oct 5 2024, 5:48 AM
Unknown Object (File)
Oct 4 2024, 12:18 AM
Unknown Object (File)
Oct 2 2024, 10:15 AM
Unknown Object (File)
Sep 28 2024, 8:18 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #22449)

should thos sort before acpi_if.m?

sys/dev/acpica/acpi_bus_if.m
57 ↗(On Diff #22449)

typo

sys/sys/intr.h
64 ↗(On Diff #22449)

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.