svn commit: r328670 - stable/11/sys/dev/nvme

Alexander Motin mav at FreeBSD.org
Thu Feb 1 16:15:40 UTC 2018


Author: mav
Date: Thu Feb  1 16:15:39 2018
New Revision: 328670
URL: https://svnweb.freebsd.org/changeset/base/328670

Log:
  MFC r308852 (by imp):
  Add log pages defined through NVM Express 1.2.1.

Modified:
  stable/11/sys/dev/nvme/nvme.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/nvme/nvme.h
==============================================================================
--- stable/11/sys/dev/nvme/nvme.h	Thu Feb  1 16:15:03 2018	(r328669)
+++ stable/11/sys/dev/nvme/nvme.h	Thu Feb  1 16:15:39 2018	(r328670)
@@ -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 */
 };
 


More information about the svn-src-all mailing list