Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2025 17:46:15 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 355f02cddbf0 - stable/14 - conf: Add acpi_pci.c to the arm64 build
Message-ID:  <202504011746.531HkF70050262@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=355f02cddbf017706d3293f09ed6c2b5570936c1

commit 355f02cddbf017706d3293f09ed6c2b5570936c1
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-12-12 16:30:50 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-04-01 17:43:58 +0000

    conf: Add acpi_pci.c to the arm64 build
    
    Reviewed by:    jhb, emaste, cperciva
    Relnotes:       yes (Support PCIe hotplug on arm64)
    Sponsored by:   Arm Ltd
    Differential Revision:  https://reviews.freebsd.org/D48049
    
    (cherry picked from commit 38cb1ba8637d08ce3f6b3c614f39698db153cd4d)
---
 sys/conf/files.arm64 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 563a8e93c3ad..cf2e1d22da88 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -150,6 +150,7 @@ crypto/openssl/aarch64/vpaes-armv8.S		optional ossl		\
 
 dev/acpica/acpi_bus_if.m			optional acpi
 dev/acpica/acpi_if.m				optional acpi
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504011746.531HkF70050262>