Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2026 16:09:36 +0000
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 70e8c36d097e - stable/15 - acpi: build dev/acpi_support/acpi_wmi_if.m on ARM64
Message-ID:  <69ece740.406f0.1e478631@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=70e8c36d097ed5be1ee7cf9525f3ea80fc1b28ca

commit 70e8c36d097ed5be1ee7cf9525f3ea80fc1b28ca
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-03-03 04:09:41 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-04-25 16:09:19 +0000

    acpi: build dev/acpi_support/acpi_wmi_if.m on ARM64
    
    Per Wikipedia, ACPI WMI support is available on all x86* platforms
    and ARM platforms. Add the source to `files.arm64` so code that relies
    on its headers (thunderbolt(4) for instance), can be built on ARM64.
    
    MFC after:      1 month
    Reviewed By:    andrew
    Differential Revision: https://reviews.freebsd.org/D55535
    
    (cherry picked from commit 876d2b8392e6570a835a500d8fd7c4a5b0abf844)
---
 sys/conf/files.arm64 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index df64e812716e..1f3a072fefdb 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -201,6 +201,7 @@ dev/acpica/acpi_pci.c				optional acpi pci
 dev/acpica/acpi_pci_link.c			optional acpi pci
 dev/acpica/acpi_pcib.c				optional acpi pci
 dev/acpica/acpi_pxm.c				optional acpi
+dev/acpi_support/acpi_wmi_if.m			optional acpi acpi_wmi
 dev/ahci/ahci_generic.c				optional ahci
 
 cddl/dev/dtrace/aarch64/dtrace_asm.S		optional dtrace compile-with "${DTRACE_S}"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ece740.406f0.1e478631>