Re: svn commit: r346598 - head/sys/modules

2019-09-03 Thread Rodney W. Grimes
> Author: emaste
> Date: Tue Apr 23 15:11:01 2019
> New Revision: 346598
> URL: https://svnweb.freebsd.org/changeset/base/346598
> 
> Log:
>   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 
>   Reviewed by:hselasky
>   MFC after:  1 month
>   Differential Revision:  https://reviews.freebsd.org/D19983

Very cool, now how do I get a PCIe slot into a RPI3!!! lol  :-)

This does make some of the newer RockPro64 type boards an
interesting thing to experiment with.

I am hopeing some of that PCIe WIP might include some of the
bits needed or do we already have PCIe slot on RockPro64 code that works?

Thanks for this work Greg!

> Modified:
>   head/sys/modules/Makefile
> 
> Modified: head/sys/modules/Makefile
> ==
> --- head/sys/modules/Makefile Tue Apr 23 12:29:19 2019(r346597)
> +++ head/sys/modules/Makefile Tue Apr 23 15:11:01 2019(r346598)
> @@ -483,7 +483,24 @@ 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)
>  _nandfs= nandfs
> @@ -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
> @@ -672,18 +682,6 @@ _ipwfw=  ipwfw
>  _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
> 
> 

-- 
Rod Grimes rgri...@freebsd.org


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r346598 - head/sys/modules

2019-09-03 Thread Ed Maste
Author: emaste
Date: Tue Apr 23 15:11:01 2019
New Revision: 346598
URL: https://svnweb.freebsd.org/changeset/base/346598

Log:
  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 
  Reviewed by:  hselasky
  MFC after:1 month
  Differential Revision:https://reviews.freebsd.org/D19983

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==
--- head/sys/modules/Makefile   Tue Apr 23 12:29:19 2019(r346597)
+++ head/sys/modules/Makefile   Tue Apr 23 15:11:01 2019(r346598)
@@ -483,7 +483,24 @@ 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)
 _nandfs=   nandfs
@@ -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
@@ -672,18 +682,6 @@ _ipwfw=ipwfw
 _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


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Greg V



On Mon, Apr 29, 2019 at 10:08, Ed Maste  wrote:

On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
 wrote:


 Very cool, now how do I get a PCIe slot into a RPI3!!! lol  :-)


I know you're joking but the comment does highlight an issue in the
AArch64 world - there's a lack of good mid-range developer platforms.
FreeBSD runs on Cavium/Marvell ThunderX and ThunderX2 and now on
Ampere eMAG with the WIP discussed in PR 237055. These platforms have
room for lots of memory, very high core/thread counts (32 to 256), and
a good complement of PCIe interfaces. The specs go far beyond those of
a typical desktop software development platform, and the price does
too. We also run on small embedded boards like the RPi, Pine64, etc.
just fine, but there's not much in the middle. What we really need is
something like a Mini-ITX form factor 4 to 8 core system that can take
8 to 32GB of RAM, has a PCIe slot or two, and is readily available
selling for well below $1000 US.


SolidRun/Marvell MACCHIATObin is probably the best option available 
now, but SolidRun is working on new stuff:


https://www.solid-run.com/nxp-lx2160a-family/clearfog-itx/

NXP LX2160A — SoC with 16 Cortex-A72 cores, dual-channel DDR4 (MCbin 
is single channel), 18 lanes of PCIe Gen 4, and as usual a huge 
built-in network card we don't have a driver for. Though NXP advertises 
that it's possible to reconfigure the SFP+ ports to turn them into more 
PCIe.


They even confirmed that overclocking is possible for both CPU and RAM:

https://www.phoronix.com/forums/forum/hardware/motherboards-chipsets/1090102-solidrun-clearfog-a-16-core-arm-itx-workstation-board-aiming-for-500~750-usd?p=1090905#post1090905

Let's hope they implement ACPI fully and correctly :)


 I am hopeing some of that PCIe WIP might include some of the
 bits needed or do we already have PCIe slot on RockPro64 code that 
works?


I don't think this will do anything for RockPro64, it's just a
workaround for limitations in our current arm64 PCI code for some
functionality unused by ThunderX* but required for eMAG.


RK3399 seems to need a custom driver, OpenBSD has one:

https://github.com/openbsd/src/blob/master/sys/dev/fdt/rkpcie.c

And I've heard bad things about the controller, apparently no one has 
got a GPU working on Linux because the controller doesn't support 
enough address space or some other features.



___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Ganbold Tsagaankhuu
On Mon, Apr 29, 2019 at 11:16 PM Andrew Gallatin 
wrote:

> On 2019-04-29 10:54, Emmanuel Vadot wrote:
> > On Mon, 29 Apr 2019 10:49:01 -0400
> > Andrew Gallatin  wrote:
> >
> >> On 2019-04-29 10:21, Rodney W. Grimes wrote:
>  On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
>   wrote:
> >
> > Very cool, now how do I get a PCIe slot into a RPI3!!! lol  :-)
> 
>  I know you're joking but the comment does highlight an issue in the
>  AArch64 world - there's a lack of good mid-range developer platforms.
> >>>
> >>> I may of been joking with respect to the RPI3, but at the same
> >>> time I do know that the RockPro64 exists and does have that
> >>> PCIe slot I want, I also know that Michael Dexter has one he would
> >>> loan me should I wish to investigate our state of support.
> >>
> >> Does anybody know what PCIe Generation / speed that slot runs at?
> >> All I can find them saying is "PCIe x4", which implies Gen 1, 2.5GT/s
> >> speeds, which is not terribly useful.  Gen2 or better would be enough
> >> to run 10GbE, which would be fun :)
> >>
> >> Drew
> >
> >   It/s PCIe 2.1 compatible. See
> > http://rockchip.fr/Rockchip%20RK3399%20TRM%20V1.3%20Part2.pdf
> >
>
> Everything I'm seeing there says Gen1 vs Gen2 depends on
> "PCIE_GENERATION_SEL", and that if its set to 0, you get
> Gen1 2.5Gt/s and if it is set to 1, you get Gen2, 5.0Gt/s.
> But I don't see anything specifying this value for the
> RockPro64 board.
>

If you check Rockchip RK3399 TRM V1.3 Part1.pdf
 you can see
PCIe 2.1 in block diagram  (Fig 1-1)

Ganbold



>
> Drew
>
>
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Andrew Gallatin

On 2019-04-29 10:54, Emmanuel Vadot wrote:

On Mon, 29 Apr 2019 10:49:01 -0400
Andrew Gallatin  wrote:


On 2019-04-29 10:21, Rodney W. Grimes wrote:

On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
 wrote:


Very cool, now how do I get a PCIe slot into a RPI3!!! lol  :-)


I know you're joking but the comment does highlight an issue in the
AArch64 world - there's a lack of good mid-range developer platforms.


I may of been joking with respect to the RPI3, but at the same
time I do know that the RockPro64 exists and does have that
PCIe slot I want, I also know that Michael Dexter has one he would
loan me should I wish to investigate our state of support.


Does anybody know what PCIe Generation / speed that slot runs at?
All I can find them saying is "PCIe x4", which implies Gen 1, 2.5GT/s
speeds, which is not terribly useful.  Gen2 or better would be enough
to run 10GbE, which would be fun :)

Drew


  It/s PCIe 2.1 compatible. See
http://rockchip.fr/Rockchip%20RK3399%20TRM%20V1.3%20Part2.pdf



Everything I'm seeing there says Gen1 vs Gen2 depends on 
"PCIE_GENERATION_SEL", and that if its set to 0, you get

Gen1 2.5Gt/s and if it is set to 1, you get Gen2, 5.0Gt/s.
But I don't see anything specifying this value for the
RockPro64 board.

Drew
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Emmanuel Vadot
On Mon, 29 Apr 2019 10:49:01 -0400
Andrew Gallatin  wrote:

> On 2019-04-29 10:21, Rodney W. Grimes wrote:
> >> On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
> >>  wrote:
> >>>
> >>> Very cool, now how do I get a PCIe slot into a RPI3!!! lol  :-)
> >>
> >> I know you're joking but the comment does highlight an issue in the
> >> AArch64 world - there's a lack of good mid-range developer platforms.
> > 
> > I may of been joking with respect to the RPI3, but at the same
> > time I do know that the RockPro64 exists and does have that
> > PCIe slot I want, I also know that Michael Dexter has one he would
> > loan me should I wish to investigate our state of support.
> 
> Does anybody know what PCIe Generation / speed that slot runs at?
> All I can find them saying is "PCIe x4", which implies Gen 1, 2.5GT/s
> speeds, which is not terribly useful.  Gen2 or better would be enough
> to run 10GbE, which would be fun :)
> 
> Drew

 It/s PCIe 2.1 compatible. See
http://rockchip.fr/Rockchip%20RK3399%20TRM%20V1.3%20Part2.pdf for more
info.

-- 
Emmanuel Vadot  
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Andrew Gallatin

On 2019-04-29 10:21, Rodney W. Grimes wrote:

On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
 wrote:


Very cool, now how do I get a PCIe slot into a RPI3!!! lol  :-)


I know you're joking but the comment does highlight an issue in the
AArch64 world - there's a lack of good mid-range developer platforms.


I may of been joking with respect to the RPI3, but at the same
time I do know that the RockPro64 exists and does have that
PCIe slot I want, I also know that Michael Dexter has one he would
loan me should I wish to investigate our state of support.


Does anybody know what PCIe Generation / speed that slot runs at?
All I can find them saying is "PCIe x4", which implies Gen 1, 2.5GT/s
speeds, which is not terribly useful.  Gen2 or better would be enough
to run 10GbE, which would be fun :)

Drew
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Rodney W. Grimes
> On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
>  wrote:
> >
> > Very cool, now how do I get a PCIe slot into a RPI3!!! lol  :-)
> 
> I know you're joking but the comment does highlight an issue in the
> AArch64 world - there's a lack of good mid-range developer platforms.

I may of been joking with respect to the RPI3, but at the same
time I do know that the RockPro64 exists and does have that
PCIe slot I want, I also know that Michael Dexter has one he would
loan me should I wish to investigate our state of support.

> FreeBSD runs on Cavium/Marvell ThunderX and ThunderX2 and now on
> Ampere eMAG with the WIP discussed in PR 237055. These platforms have
> room for lots of memory, very high core/thread counts (32 to 256), and
> a good complement of PCIe interfaces. The specs go far beyond those of
> a typical desktop software development platform, and the price does
> too. We also run on small embedded boards like the RPi, Pine64, etc.
> just fine, but there's not much in the middle. What we really need is
> something like a Mini-ITX form factor 4 to 8 core system that can take
> 8 to 32GB of RAM, has a PCIe slot or two, and is readily available
> selling for well below $1000 US.
> 
> > I am hopeing some of that PCIe WIP might include some of the
> > bits needed or do we already have PCIe slot on RockPro64 code that works?
> 
> I don't think this will do anything for RockPro64, it's just a
> workaround for limitations in our current arm64 PCI code for some
> functionality unused by ThunderX* but required for eMAG.

Ok


-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Ed Maste
On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes
 wrote:
>
> Very cool, now how do I get a PCIe slot into a RPI3!!! lol  :-)

I know you're joking but the comment does highlight an issue in the
AArch64 world - there's a lack of good mid-range developer platforms.
FreeBSD runs on Cavium/Marvell ThunderX and ThunderX2 and now on
Ampere eMAG with the WIP discussed in PR 237055. These platforms have
room for lots of memory, very high core/thread counts (32 to 256), and
a good complement of PCIe interfaces. The specs go far beyond those of
a typical desktop software development platform, and the price does
too. We also run on small embedded boards like the RPi, Pine64, etc.
just fine, but there's not much in the middle. What we really need is
something like a Mini-ITX form factor 4 to 8 core system that can take
8 to 32GB of RAM, has a PCIe slot or two, and is readily available
selling for well below $1000 US.

> I am hopeing some of that PCIe WIP might include some of the
> bits needed or do we already have PCIe slot on RockPro64 code that works?

I don't think this will do anything for RockPro64, it's just a
workaround for limitations in our current arm64 PCI code for some
functionality unused by ThunderX* but required for eMAG.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r346598 - head/sys/modules

2019-04-23 Thread Rodney W. Grimes
> Author: emaste
> Date: Tue Apr 23 15:11:01 2019
> New Revision: 346598
> URL: https://svnweb.freebsd.org/changeset/base/346598
> 
> Log:
>   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 
>   Reviewed by:hselasky
>   MFC after:  1 month
>   Differential Revision:  https://reviews.freebsd.org/D19983

Very cool, now how do I get a PCIe slot into a RPI3!!! lol  :-)

This does make some of the newer RockPro64 type boards an
interesting thing to experiment with.

I am hopeing some of that PCIe WIP might include some of the
bits needed or do we already have PCIe slot on RockPro64 code that works?

Thanks for this work Greg!

> Modified:
>   head/sys/modules/Makefile
> 
> Modified: head/sys/modules/Makefile
> ==
> --- head/sys/modules/Makefile Tue Apr 23 12:29:19 2019(r346597)
> +++ head/sys/modules/Makefile Tue Apr 23 15:11:01 2019(r346598)
> @@ -483,7 +483,24 @@ 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)
>  _nandfs= nandfs
> @@ -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
> @@ -672,18 +682,6 @@ _ipwfw=  ipwfw
>  _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
> 
> 

-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r346598 - head/sys/modules

2019-04-23 Thread Ed Maste
Author: emaste
Date: Tue Apr 23 15:11:01 2019
New Revision: 346598
URL: https://svnweb.freebsd.org/changeset/base/346598

Log:
  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 
  Reviewed by:  hselasky
  MFC after:1 month
  Differential Revision:https://reviews.freebsd.org/D19983

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==
--- head/sys/modules/Makefile   Tue Apr 23 12:29:19 2019(r346597)
+++ head/sys/modules/Makefile   Tue Apr 23 15:11:01 2019(r346598)
@@ -483,7 +483,24 @@ 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)
 _nandfs=   nandfs
@@ -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
@@ -672,18 +682,6 @@ _ipwfw=ipwfw
 _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
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"