mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Enable Mellanox drivers (modules) on AArch64
Tested by Greg V with mlx5en on an Ampere eMAG instance at Packet.com on c2.large.arm (with some additional uncommitted PCIe WIP). PR: 237055 Submitted by: Greg V <greg@unrelenting.technology> Reviewed by: hselasky MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D19983
This commit is contained in:
parent
c4cc609796
commit
e53f03384e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346598
@ -483,6 +483,23 @@ SUBDIR+= fdt
|
||||
SUBDIR+= linprocfs
|
||||
SUBDIR+= linsysfs
|
||||
_ena= ena
|
||||
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
|
||||
_ibcore= ibcore
|
||||
_ipoib= ipoib
|
||||
_iser= iser
|
||||
.endif
|
||||
_mlx4= mlx4
|
||||
_mlx5= mlx5
|
||||
.if (${MK_INET_SUPPORT} != "no" && ${MK_INET6_SUPPORT} != "no") || \
|
||||
defined(ALL_MODULES)
|
||||
_mlx4en= mlx4en
|
||||
_mlx5en= mlx5en
|
||||
.endif
|
||||
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
|
||||
_mthca= mthca
|
||||
_mlx4ib= mlx4ib
|
||||
_mlx5ib= mlx5ib
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MK_NAND} != "no" || defined(ALL_MODULES)
|
||||
@ -592,15 +609,8 @@ _ep= ep
|
||||
_et= et
|
||||
_exca= exca
|
||||
_fe= fe
|
||||
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
|
||||
_ibcore= ibcore
|
||||
.endif
|
||||
_if_ndis= if_ndis
|
||||
_io= io
|
||||
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
|
||||
_ipoib= ipoib
|
||||
_iser= iser
|
||||
.endif
|
||||
_ix= ix
|
||||
_ixv= ixv
|
||||
_linux= linux
|
||||
@ -673,18 +683,6 @@ _iwifw= iwifw
|
||||
_iwmfw= iwmfw
|
||||
_iwnfw= iwnfw
|
||||
.endif
|
||||
_mlx4= mlx4
|
||||
_mlx5= mlx5
|
||||
.if (${MK_INET_SUPPORT} != "no" && ${MK_INET6_SUPPORT} != "no") || \
|
||||
defined(ALL_MODULES)
|
||||
_mlx4en= mlx4en
|
||||
_mlx5en= mlx5en
|
||||
.endif
|
||||
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
|
||||
_mthca= mthca
|
||||
_mlx4ib= mlx4ib
|
||||
_mlx5ib= mlx5ib
|
||||
.endif
|
||||
_mly= mly
|
||||
_nfe= nfe
|
||||
_nvd= nvd
|
||||
|
Loading…
Reference in New Issue
Block a user