svn commit: r350917 - stable/12/sbin/nvmecontrol/modules/intel
Alexander Motin
mav at FreeBSD.org
Mon Aug 12 17:50:19 UTC 2019
Author: mav
Date: Mon Aug 12 17:50:18 2019
New Revision: 350917
URL: https://svnweb.freebsd.org/changeset/base/350917
Log:
MFC r341660 (by imp): This is not a samsung standard, so remove that alias.
This was never documented, and isn't needed, so it's best removed to
avoid confusion.
Modified:
stable/12/sbin/nvmecontrol/modules/intel/intel.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sbin/nvmecontrol/modules/intel/intel.c
==============================================================================
--- stable/12/sbin/nvmecontrol/modules/intel/intel.c Mon Aug 12 17:49:44 2019 (r350916)
+++ stable/12/sbin/nvmecontrol/modules/intel/intel.c Mon Aug 12 17:50:18 2019 (r350917)
@@ -117,7 +117,7 @@ print_intel_write_lat_log(const struct nvme_controller
}
/*
- * Table 19. 5.4 SMART Attributes. Samsung also implements this and some extra data not documented.
+ * Table 19. 5.4 SMART Attributes. Others also implement this and some extra data not documented.
*/
static void
print_intel_add_smart(const struct nvme_controller_data *cdata __unused, void *buf, uint32_t size __unused)
@@ -192,7 +192,4 @@ NVME_LOGPAGE(intel_wlat,
print_intel_write_lat_log, DEFAULT_SIZE);
NVME_LOGPAGE(intel_smart,
INTEL_LOG_ADD_SMART, "intel", "Extra Health/SMART Data",
- print_intel_add_smart, DEFAULT_SIZE);
-NVME_LOGPAGE(samsung_smart, /* NOTE, this will be deleted before 13.0 */
- INTEL_LOG_ADD_SMART, "samsung", "Extra Health/SMART Data",
print_intel_add_smart, DEFAULT_SIZE);
More information about the svn-src-stable-12
mailing list