The branch stable/14 has been updated by ngie:

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

commit 14a7a135d7ac32670c3656ebcf1f56f28e29c8f5
Author:     Olivier Certner <[email protected]>
AuthorDate: 2026-01-12 09:37:24 +0000
Commit:     Enji Cooper <[email protected]>
CommitDate: 2026-02-22 06:21:10 +0000

    asmc(4): Stop building it on i386, as it supports only 64-bit chipsets
    
    Reported by:    ngie
    Fixes:          fde9fe18219f ("i386: Fix kernel compilation after 
introduction of ASMC_DEBUG option")
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 8342d9f7b5f13d0623861cb8b88caf10a15571f6)
---
 sys/conf/files.amd64 | 1 +
 sys/conf/files.x86   | 1 -
 sys/modules/Makefile | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 0da06d7a0997..71a663b79978 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -110,6 +110,7 @@ crypto/openssl/amd64/sha256-x86_64.S        optional ossl
 crypto/openssl/amd64/sha512-x86_64.S   optional ossl
 crypto/openssl/amd64/ossl_aes_gcm.c    optional ossl
 dev/amdgpio/amdgpio.c          optional        amdgpio
+dev/asmc/asmc.c                        optional        asmc isa
 dev/axgbe/if_axgbe_pci.c       optional        axp
 dev/axgbe/xgbe-desc.c          optional        axp
 dev/axgbe/xgbe-dev.c           optional        axp
diff --git a/sys/conf/files.x86 b/sys/conf/files.x86
index 33da95a65ba4..94758d66a773 100644
--- a/sys/conf/files.x86
+++ b/sys/conf/files.x86
@@ -66,7 +66,6 @@ dev/amdsbwd/amdsbwd.c         optional        amdsbwd
 dev/amdsmn/amdsmn.c            optional        amdsmn | amdtemp
 dev/amdtemp/amdtemp.c          optional        amdtemp
 dev/arcmsr/arcmsr.c            optional        arcmsr pci
-dev/asmc/asmc.c                        optional        asmc isa
 dev/atkbdc/atkbd.c             optional        atkbd atkbdc
 dev/atkbdc/atkbd_atkbdc.c      optional        atkbd atkbdc
 dev/atkbdc/atkbdc.c            optional        atkbdc
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index dfcb31f74106..b185744527d8 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -764,7 +764,6 @@ _amdsbwd=   amdsbwd
 _amdsmn=       amdsmn
 _amdtemp=      amdtemp
 _arcmsr=       arcmsr
-_asmc=         asmc
 .if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
 _blake2=       blake2
 .endif
@@ -822,6 +821,7 @@ _x86bios=   x86bios
 
 .if ${MACHINE_CPUARCH} == "amd64"
 _amdgpio=      amdgpio
+_asmc=         asmc
 _ccp=          ccp
 _enic=         enic
 _iavf=         iavf

Reply via email to