Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 13:38:37 +0200
From:      Hans Petter Selasky <hps@selasky.org>
To:        Daniel Braniss <danny@cs.huji.ac.il>, hackers@freebsd.org
Subject:   Re: Mellanox 10gb driver?
Message-ID:  <53EDF13D.5050206@selasky.org>
In-Reply-To: <5FA0CF8C-2C93-4639-AA6C-40D3C278FE0F@cs.huji.ac.il>
References:  <5FA0CF8C-2C93-4639-AA6C-40D3C278FE0F@cs.huji.ac.il>

next in thread | previous in thread | raw e-mail | index | archive | help
On 08/15/14 12:55, Daniel Braniss wrote:
> hi all,
> any idea if there is/will be a driver for:
>
> none3@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53EDF13D.5050206>