History log of /freebsd-current/sys/dev/liquidio/base/lio_console.c
Revision Date Author Comments
# 71625ec9 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# 8af24219 06-Apr-2022 John Baldwin <jhb@FreeBSD.org>

lio: Quiet set but unused warnings.

- Remove unused variables.

- Mark a value only used in debug traces as unused.

- Remove variables only used for device register reads with
side-effects with void casts on the read.


# f173c2b7 12-Sep-2017 Sean Bruno <sbruno@FreeBSD.org>

The diff is the initial submission of Cavium Liquidio 2350/2360 10/25G
Intelligent NIC driver.

The submission conconsists of firmware binary file and driver sources.

Submitted by: pkanneganti@cavium.com (Prasad V Kanneganti)
Relnotes: Yes
Sponsored by: Cavium Networks
Differential Revision: https://reviews.freebsd.org/D11927