The branch stable/15 has been updated by bz:

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

commit 2c345e94ae0048ecec577ab52bc81510365038d0
Author:     Bjoern A. Zeeb <[email protected]>
AuthorDate: 2025-10-17 12:56:43 +0000
Commit:     Bjoern A. Zeeb <[email protected]>
CommitDate: 2025-10-20 18:33:09 +0000

    igc(4): also build module on aarch64
    
    igc(4) seems to work fine on arm64 for as much as I could test with
    a 2.5Gbit/s interface on a mPCIe card.
    Enable the module build so it is available.
    
    (cherry picked from commit 51fbeadac4ccce6aafe51be9377d4114321295e5)
---
 sys/modules/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 5315d518afd8..2acf991f1b77 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -576,6 +576,7 @@ _mlx5ib=    mlx5ib
     ${MACHINE_CPUARCH} == "i386"
 _ena=          ena
 _gve=          gve
+_igc=          igc
 _iwlwifi=      iwlwifi
 _rtw88=                rtw88
 _rtw89=                rtw89
@@ -743,7 +744,6 @@ _et=                et
 _ftgpio=       ftgpio
 _ftwd=         ftwd
 _exca=         exca
-_igc=          igc
 _io=           io
 _itwd=         itwd
 _ix=           ix

Reply via email to