1
0
Fork 0

Merging upstream version 1.1~rc0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:03:28 +01:00
parent 537ee18b08
commit 73281abe5f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
764 changed files with 32602 additions and 5874 deletions

View file

@ -1,4 +1,4 @@
.TH "libnvme" 9 "enum nvme_id_ctrl_frmw" "April 2022" "API Manual" LINUX
.TH "libnvme" 9 "enum nvme_id_ctrl_frmw" "July 2022" "API Manual" LINUX
.SH NAME
enum nvme_id_ctrl_frmw \- Flags and values indicates capabilities regarding firmware updates from &struct nvme_id_ctrl.frmw.
.SH SYNOPSIS
@ -13,6 +13,10 @@ enum nvme_id_ctrl_frmw {
.br
.br
.BI " NVME_CTRL_FRMW_FW_ACT_NO_RESET"
,
.br
.br
.BI " NVME_CTRL_FRMW_MP_UP_DETECTION"
};
.SH Constants
@ -24,3 +28,7 @@ firmware slots that the controller supports.
.IP "NVME_CTRL_FRMW_FW_ACT_NO_RESET" 12
If set, the controller supports firmware
activation without a reset.
.IP "NVME_CTRL_FRMW_MP_UP_DETECTION" 12
If set, the controller is able to detect
overlapping firmware/boot partition
image update.