History log of /freebsd-current/sys/dev/mlx5/mlx5io.h
Revision Date Author Comments
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 048ddb58 02-Oct-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Move EEPROM information query from a sysctl in mlx5en(4) to an ioctl
in mlx5core. The EEPROM information is not only a property of the
mlx5en(4) driver.

Submitted by: slavash@
MFC after: 3 days
Sponsored by: Mellanox Technologies


# 998c9a2b 08-May-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Implement firmware reset from userspace in mlx5tool(8).

Submitted by: kib@
MFC after: 3 days
Sponsored by: Mellanox Technologies


# ea78f07b 08-May-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Implement userspace firmware update for ConnectX-4/5/6.

Submitted by: kib@
MFC after: 3 days
Sponsored by: Mellanox Technologies


# b255ca09 08-May-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Rename mlx5_fwdump_addr to more neutral mlx5_tool_addr in mlx5core.

Submitted by: kib@
MFC after: 3 days
Sponsored by: Mellanox Technologies


# c322dbaf 08-May-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Add MLX5_FPGA_RELOAD IOCTL(2) to mlx5fpga.

Submitted by: kib@
MFC after: 3 days
Sponsored by: Mellanox Technologies


# 5fc3b4ac 06-Dec-2018 Sean Bruno <sbruno@FreeBSD.org>

Change u32 to uint32_t to allow the native-xtools target to build
libsysdecode.

Submitted by: kib


# d82f1c13 05-Dec-2018 Slava Shwartsman <slavash@FreeBSD.org>

mlx5fpga: Add set and query connect/disconnect FPGA

Submitted by: kib@
Approved by: hselasky (mentor)
MFC after: 1 week
Sponsored by: Mellanox Technologies


# 085b35bb 05-Dec-2018 Slava Shwartsman <slavash@FreeBSD.org>

mlx5fpga: IOCTL for FPGA temperature measurement

Submitted by: kib@
Approved by: hselasky (mentor)
MFC after: 1 week
Sponsored by: Mellanox Technologies


# b5f57512 05-Dec-2018 Slava Shwartsman <slavash@FreeBSD.org>

mlx5fpga: Support MorseQ board

Added and supported new enum "morseQ = 4" for fpga_id field

Submitted by: kib@
Approved by: hselasky (mentor)
MFC after: 1 week
Sponsored by: Mellanox Technologies


# d50c55f1 05-Dec-2018 Slava Shwartsman <slavash@FreeBSD.org>

mlx5fpga_tools initial code import.

Submitted by: kib@
Approved by: hselasky (mentor)
MFC after: 1 week
Sponsored by: Mellanox Technologies


# e9dcd831 05-Dec-2018 Slava Shwartsman <slavash@FreeBSD.org>

mlx5fpga: Initial code import.

Submitted by: kib@
Approved by: hselasky (mentor)
MFC after: 1 week
Sponsored by: Mellanox Technologies


# e808190a 08-Mar-2018 Hans Petter Selasky <hselasky@FreeBSD.org>

Add kernel and userspace code to dump the firmware state of supported
ConnectX-4/5 devices in mlx5core.

The dump is obtained by reading a predefined register map from the
non-destructive crspace, accessible by the vendor-specific PCIe
capability (VSC). The dump is stored in preallocated kernel memory and
managed by the mlx5tool(8), which communicates with the driver using a
character device node.

The utility allows to store the dump in format
<address> <value>
into a file, to reset the dump content, and to manually initiate the
dump.

A call to mlx5_fwdump() should be added at the places where a dump
must be fetched automatically. The most likely place is right before a
firmware reset request.

Submitted by: kib@
MFC after: 1 week
Sponsored by: Mellanox Technologies