diff options
Diffstat (limited to 'sys/include/dev/ic/nvmevar.h')
-rw-r--r-- | sys/include/dev/ic/nvmevar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/dev/ic/nvmevar.h b/sys/include/dev/ic/nvmevar.h index ee829dc..a18cb36 100644 --- a/sys/include/dev/ic/nvmevar.h +++ b/sys/include/dev/ic/nvmevar.h @@ -39,7 +39,7 @@ /* Identify CNS values */ #define ID_CNS_CTRL 0x01 /* Identify controller */ -#define ID_CNS_NSID_LIST 0x07 /* Active NSID list */ +#define ID_CNS_NSID_LIST 0x02 /* Active NSID list */ /* I/O commands */ #define NVME_OP_WRITE 0x01 |