Date: Fri, 16 Jan 2026 19:41:11 +0000 From: Bjoern A. Zeeb <bz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 710bc041bb13 - stable/14 - igc(4): also build module on aarch64 Message-ID: <696a9457.da27.aa5a698@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=710bc041bb138e8a24c71fbb970d6c54106ef84d commit 710bc041bb138e8a24c71fbb970d6c54106ef84d Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2025-10-17 12:56:43 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2026-01-16 19:37:51 +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) (cherry picked from commit 2c345e94ae0048ecec577ab52bc81510365038d0) --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 3f8fb2351425..cca51592c7ca 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -566,6 +566,7 @@ _mlx5ib= mlx5ib ${MACHINE_CPUARCH} == "i386" _ena= ena _gve= gve +_igc= igc _iwlwifi= iwlwifi _rtw88= rtw88 .if ${MK_SOURCELESS_UCODE} != "no" @@ -729,7 +730,6 @@ _et= et _ftgpio= ftgpio _ftwd= ftwd _exca= exca -_igc= igc _io= io _itwd= itwd _ix= ixhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696a9457.da27.aa5a698>
