Date: Thu, 25 Oct 2018 15:35:12 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r339727 - stable/12/sbin/nvmecontrol Message-ID: <201810251535.w9PFZCNB078705@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Thu Oct 25 15:35:12 2018 New Revision: 339727 URL: https://svnweb.freebsd.org/changeset/base/339727 Log: MFC r339493: add wdc as an alias for wds wdc is the preferred name for Western Digital. wds should never have been committed in the first place. Add wdc as an alias for 12 and in 13 we'll retire the undocumented wds. Approved by: re@ (kib) Modified: stable/12/sbin/nvmecontrol/logpage.c Directory Properties: stable/12/ (props changed) Modified: stable/12/sbin/nvmecontrol/logpage.c ============================================================================== --- stable/12/sbin/nvmecontrol/logpage.c Thu Oct 25 15:18:54 2018 (r339726) +++ stable/12/sbin/nvmecontrol/logpage.c Thu Oct 25 15:35:12 2018 (r339727) @@ -865,6 +865,8 @@ static struct logpage_function { print_log_firmware, sizeof(struct nvme_firmware_page)}, {HGST_INFO_LOG, "hgst", "Detailed Health/SMART", print_hgst_info_log, DEFAULT_SIZE}, + {HGST_INFO_LOG, "wdc", "Detailed Health/SMART", + print_hgst_info_log, DEFAULT_SIZE}, {HGST_INFO_LOG, "wds", "Detailed Health/SMART", print_hgst_info_log, DEFAULT_SIZE}, {INTEL_LOG_TEMP_STATS, "intel", "Temperature Stats",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810251535.w9PFZCNB078705>