Mellanox 10gb driver?
Hans Petter Selasky
hps at selasky.org
Fri Aug 15 11:38:27 UTC 2014
On 08/15/14 12:55, Daniel Braniss wrote:
> hi all,
> any idea if there is/will be a driver for:
>
> none3 at pci0:5:0:0: class=0x020000 card=0x005515b3 chip=0x100315b3 rev=0x00 hdr=0x00
> vendor = 'Mellanox Technologies'
> device = 'MT27500 Family [ConnectX-3]'
> class = network
> subclass = ethernet
>
Hi,
If you build the kernel using MK_OFED=yes, your hardware is supported by
the following modules:
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
_mlx4= mlx4
_mlx4ib= mlx4ib
_mlxen= mlxen
_mthca= mthca
.endif
You need to run latest -stable due to some compile issues which have
been fixed.
--HPS
More information about the freebsd-hackers
mailing list