aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/doorbell.h
Commit message (Collapse)AuthorAgeFilesLines
* Update version information for the mlx5 and mlx5en(4) modules.Hans Petter Selasky2018-07-181-1/+1
| | | | | | | | | | While at it bump some copyright dates. MFC after: 1 week Sponsored by: Mellanox Technologies Notes: svn path=/head/; revision=336451
* Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cardsHans Petter Selasky2015-11-101-0/+74
from Mellanox Technologies. The current driver supports ethernet speeds up to and including 100 GBit/s. Infiniband support will be done later. The code added is not compiled by default, which will be done by a separate commit. Sponsored by: Mellanox Technologies MFC after: 2 weeks Notes: svn path=/head/; revision=290650