Bug 209072 - ACPI is disabled on arm64
Summary: ACPI is disabled on arm64
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: arm64 Any
: --- Affects Only Me
Assignee: Andrew Turner
URL:
Keywords:
Depends on:
Blocks: 203349
  Show dependency treegraph
 
Reported: 2016-04-26 14:26 UTC by Andrew Turner
Modified: 2018-09-06 19:48 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Turner freebsd_committer freebsd_triage 2016-04-26 14:26:19 UTC
acpi_cpu_postattach will attach to the ofw cpu node. We need to fix this before reenabling acpi on arm64.
Comment 1 Ed Maste freebsd_committer freebsd_triage 2017-12-07 18:35:45 UTC
Note that ACPI is enabled as of r309903:

    Enable ACPI on arm64. It's not yet functional, but it will help keeping the
    code building until it is ready.
Comment 2 Ed Maste freebsd_committer freebsd_triage 2018-08-30 17:23:52 UTC
What are the next steps here?
Comment 3 Andrew Turner freebsd_committer freebsd_triage 2018-09-06 19:48:57 UTC
ACPI is enabled in GENERIC so close.