git: 8240114045af - stable/13 - cxgbe(4): Enable the hardware TCP Offload Module (t4_tom) on aarch64.

From: Navdeep Parhar <np_at_FreeBSD.org>
Date: Sat, 05 Mar 2022 00:51:49 UTC
The branch stable/13 has been updated by np:

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

commit 8240114045af1547e5a1fe4c4dc3199b3c11358d
Author:     Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2022-03-02 22:30:15 +0000
Commit:     Navdeep Parhar <np@FreeBSD.org>
CommitDate: 2022-03-05 00:37:45 +0000

    cxgbe(4): Enable the hardware TCP Offload Module (t4_tom) on aarch64.
    
    Sponsored by:   Chelsio Communications
    
    (cherry picked from commit 13a0d225bede5107cbf061e25cf3b85aeb18f5b6)
---
 sys/modules/cxgbe/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/cxgbe/Makefile b/sys/modules/cxgbe/Makefile
index e3265d5ba5da..f7cba54925fc 100644
--- a/sys/modules/cxgbe/Makefile
+++ b/sys/modules/cxgbe/Makefile
@@ -19,7 +19,7 @@ SUBDIR+=	${_iw_cxgbe}
 SUBDIR+=	${_cxgbei}
 SUBDIR+=	ccr
 
-.if ${MACHINE_CPUARCH} == "amd64"
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64"
 _tom=	tom
 _cxgbei=	cxgbei
 .if ${MK_OFED} != "no" || defined(ALL_MODULES)