Question On Supported Mellanox Adapters

Hans Petter Selasky hps at selasky.org
Fri Jan 9 06:43:15 UTC 2015


On 01/09/15 03:11, Lewis, Fred wrote:
>>From the Mellanox documentation the PCI Device IDs for the adapter are:
> 0x1003  MT27500 Family [ConnectX-3]
> 0x1004  MT27500 Family [ConnectX-3 Virtual Function]
>
>>From looking at the FreeBSD driver source code it appears that the MT27500
> family is not supported:

Hi,

These are supported in 9/10-stable and 11-current. Just grep for the 
number in the code:

> sys/ofed/drivers/net/mlx4/main.c:	if (dev->pdev->device == 0x1003)
> sys/ofed/drivers/net/mlx4/main.c:	{ PCI_VDEVICE(MELLANOX, 0x1003), 0 },

--HPS


More information about the freebsd-infiniband mailing list