Merging upstream version 1.1~rc0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
537ee18b08
commit
73281abe5f
764 changed files with 32602 additions and 5874 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH "libnvme" 9 "enum nvme_id_ctrl_oncs" "April 2022" "API Manual" LINUX
|
||||
.TH "libnvme" 9 "enum nvme_id_ctrl_oncs" "July 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
enum nvme_id_ctrl_oncs \- This field indicates the optional NVM commands and features supported by the controller.
|
||||
.SH SYNOPSIS
|
||||
|
@ -33,6 +33,10 @@ enum nvme_id_ctrl_oncs {
|
|||
.br
|
||||
.br
|
||||
.BI " NVME_CTRL_ONCS_VERIFY"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_CTRL_ONCS_COPY"
|
||||
|
||||
};
|
||||
.SH Constants
|
||||
|
@ -63,3 +67,6 @@ the Timestamp feature.
|
|||
.IP "NVME_CTRL_ONCS_VERIFY" 12
|
||||
If set, then the controller supports
|
||||
the Verify command.
|
||||
.IP "NVME_CTRL_ONCS_COPY" 12
|
||||
If set, then the controller supports
|
||||
the copy command.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue