Add log pages defined through NVM Express 1.2.1.

Sponsored by: Netflix, Inc
This commit is contained in:
Warner Losh 2016-11-19 17:12:53 +00:00
parent dc58cdf95e
commit aea528795a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308852

View File

@ -663,8 +663,11 @@ enum nvme_log_page {
NVME_LOG_ERROR = 0x01,
NVME_LOG_HEALTH_INFORMATION = 0x02,
NVME_LOG_FIRMWARE_SLOT = 0x03,
/* 0x04-0x7F - reserved */
NVME_LOG_CHANGED_NAMESPACE = 0x04,
NVME_LOG_COMMAND_EFFECT = 0x05,
/* 0x06-0x7F - reserved */
/* 0x80-0xBF - I/O command set specific */
NVME_LOG_RES_NOTIFICATION = 0x80
/* 0xC0-0xFF - vendor specific */
};