History log of /freebsd-current/sys/dev/nvmf/controller/nvmft_subr.c
Revision Date Author Comments
# 2f7b0de1 02-May-2024 John Baldwin <jhb@FreeBSD.org>

nvmft: Add NVMeoF controller routines shared between kernel and userland

This includes functions to validate NVMe Qualified Names, compute an
initial value of the CAP property, validate changes to the CC
property, and populate the Identify Controller data structure for an
I/O controller.

Reviewed by: imp
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D44709