Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2022 15:37:18 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: efd899cd045e - main - The cmn600 and cmn620 drivers are ACPI
Message-ID:  <202209291537.28TFbIVB015588@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew:

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

commit efd899cd045e4dfd4dc7331f2a49db50c25231ad
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2022-09-29 15:32:57 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-09-29 15:34:10 +0000

    The cmn600 and cmn620 drivers are ACPI
    
    These drivers only have attachments for ACPI. Mark as such in
    files.arm64.
    
    Sponsored by:   The FreeBSD Foundation
---
 sys/conf/files.arm64 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index acf9fb046799..d2cf3651a68d 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -197,10 +197,10 @@ dev/gpio/qoriq_gpio.c				optional SOC_NXP_LS gpio fdt
 
 dev/hwpmc/hwpmc_arm64.c				optional hwpmc
 dev/hwpmc/hwpmc_arm64_md.c			optional hwpmc
-dev/hwpmc/hwpmc_cmn600.c			optional hwpmc
-arm64/arm64/cmn600.c				optional hwpmc
-dev/hwpmc/hwpmc_dmc620.c			optional hwpmc
-dev/hwpmc/pmu_dmc620.c				optional hwpmc
+dev/hwpmc/hwpmc_cmn600.c			optional hwpmc acpi
+arm64/arm64/cmn600.c				optional hwpmc acpi
+dev/hwpmc/hwpmc_dmc620.c			optional hwpmc acpi
+dev/hwpmc/pmu_dmc620.c				optional hwpmc acpi
 
 dev/ice/if_ice_iflib.c				optional ice pci \
 	compile-with "${NORMAL_C} -I$S/dev/ice"



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