In r353868, deprecated kpi `if_multi_apply`. and `if_multiaddr_count` are removed. This cause the kernel module from to load. A patch is available at https://reviews.freebsd.org/D28135 to fix this issue and make the kernel module loadable under CURRENT.
A commit references this bug: Author: philip Date: Tue Feb 9 02:51:03 UTC 2021 New revision: 564758 URL: https://svnweb.freebsd.org/changeset/ports/564758 Log: net/aquantia-atlantic-kmod: Fix build on CURRENT This patch enables the port to build a working if_atlantic.ko on 13-CURRENT, broken since r353868 (Git commit 19e09f447fd9), where the `if_multi_apply` and `if_multiaddr_count` KPIs were removed. PR: 252642 Submitted by: Michael Chiu <nyan-at-myuji.xyz> Approved by: koobs (maintainer) MFH: 2021Q1 (blanket: build fix) Differential_Revision: https://reviews.freebsd.org/D28135 Changes: head/net/aquantia-atlantic-kmod/Makefile head/net/aquantia-atlantic-kmod/files/ head/net/aquantia-atlantic-kmod/files/patch-aq__hw.c head/net/aquantia-atlantic-kmod/files/patch-aq__main.c
^Triage: Assign to committer resolving
A commit references this bug: Author: philip Date: Mon Feb 22 07:27:39 UTC 2021 New revision: 566276 URL: https://svnweb.freebsd.org/changeset/ports/566276 Log: MFH: r564758 net/aquantia-atlantic-kmod: Fix build on CURRENT This patch enables the port to build a working if_atlantic.ko on 13-CURRENT, broken since r353868 (Git commit 19e09f447fd9), where the `if_multi_apply` and `if_multiaddr_count` KPIs were removed. PR: 252642 Submitted by: Michael Chiu <nyan-at-myuji.xyz> Approved by: koobs (maintainer) Differential_Revision: https://reviews.freebsd.org/D28135 Changes: _U branches/2021Q1/ branches/2021Q1/net/aquantia-atlantic-kmod/Makefile branches/2021Q1/net/aquantia-atlantic-kmod/files/