1
0
Fork 0

Adding upstream version 2.7.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:25:25 +01:00
parent 83f51a6dde
commit e08cb5ae68
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
663 changed files with 15529 additions and 6994 deletions

View file

@ -5,7 +5,7 @@
#if !defined(WDC_NVME) || defined(CMD_HEADER_MULTI_READ)
#define WDC_NVME
#define WDC_PLUGIN_VERSION "2.3.1"
#define WDC_PLUGIN_VERSION "2.3.5"
#include "cmd.h"
PLUGIN(NAME("wdc", "Western Digital vendor specific extensions", WDC_PLUGIN_VERSION),
@ -17,34 +17,72 @@ PLUGIN(NAME("wdc", "Western Digital vendor specific extensions", WDC_PLUGIN_VERS
ENTRY("id-ctrl", "WDC identify controller", wdc_id_ctrl)
ENTRY("purge", "WDC Purge", wdc_purge)
ENTRY("purge-monitor", "WDC Purge Monitor", wdc_purge_monitor)
ENTRY("vs-internal-log", "WDC Internal Firmware Log", wdc_vs_internal_fw_log)
ENTRY("vs-internal-log", "WDC Internal Firmware Log",
wdc_vs_internal_fw_log)
ENTRY("vs-nand-stats", "WDC NAND Statistics", wdc_vs_nand_stats)
ENTRY("vs-smart-add-log", "WDC Additional Smart Log", wdc_vs_smart_add_log)
ENTRY("clear-pcie-correctable-errors", "WDC Clear PCIe Correctable Error Count", wdc_clear_pcie_correctable_errors)
ENTRY("drive-essentials", "WDC Drive Essentials", wdc_drive_essentials)
ENTRY("get-drive-status", "WDC Get Drive Status", wdc_drive_status)
ENTRY("clear-assert-dump", "WDC Clear Assert Dump", wdc_clear_assert_dump)
ENTRY("vs-smart-add-log", "WDC Additional Smart Log",
wdc_vs_smart_add_log)
ENTRY("clear-pcie-correctable-errors",
"WDC Clear PCIe Correctable Error Count",
wdc_clear_pcie_correctable_errors)
ENTRY("drive-essentials", "WDC Drive Essentials",
wdc_drive_essentials)
ENTRY("get-drive-status", "WDC Get Drive Status",
wdc_drive_status)
ENTRY("clear-assert-dump", "WDC Clear Assert Dump",
wdc_clear_assert_dump)
ENTRY("drive-resize", "WDC Drive Resize", wdc_drive_resize)
ENTRY("vs-fw-activate-history", "WDC Get FW Activate History", wdc_vs_fw_activate_history)
ENTRY("clear-fw-activate-history", "WDC Clear FW Activate History", wdc_clear_fw_activate_history)
ENTRY("vs-fw-activate-history", "WDC Get FW Activate History",
wdc_vs_fw_activate_history)
ENTRY("clear-fw-activate-history",
"WDC Clear FW Activate History",
wdc_clear_fw_activate_history)
ENTRY("enc-get-log", "WDC Get Enclosure Log", wdc_enc_get_log)
ENTRY("vs-telemetry-controller-option", "WDC Enable/Disable Controller Initiated Telemetry Log", wdc_vs_telemetry_controller_option)
ENTRY("vs-error-reason-identifier", "WDC Telemetry Reason Identifier", wdc_reason_identifier)
ENTRY("log-page-directory", "WDC Get Log Page Directory", wdc_log_page_directory)
ENTRY("namespace-resize", "WDC NamespaceDrive Resize", wdc_namespace_resize)
ENTRY("vs-telemetry-controller-option",
"WDC Enable/Disable Controller Initiated Telemetry Log",
wdc_vs_telemetry_controller_option)
ENTRY("vs-error-reason-identifier",
"WDC Telemetry Reason Identifier",
wdc_reason_identifier)
ENTRY("log-page-directory", "WDC Get Log Page Directory",
wdc_log_page_directory)
ENTRY("namespace-resize", "WDC NamespaceDrive Resize",
wdc_namespace_resize)
ENTRY("vs-drive-info", "WDC Get Drive Info", wdc_vs_drive_info)
ENTRY("vs-temperature-stats", "WDC Get Temperature Stats", wdc_vs_temperature_stats)
ENTRY("capabilities", "WDC Device Capabilities", wdc_capabilities)
ENTRY("cloud-SSD-plugin-version", "WDC Cloud SSD Plugin Version", wdc_cloud_ssd_plugin_version)
ENTRY("vs-pcie-stats", "WDC VS PCIE Statistics", wdc_vs_pcie_stats)
ENTRY("get-latency-monitor-log", "WDC Get Latency Monitor Log Page", wdc_get_latency_monitor_log)
ENTRY("get-error-recovery-log", "WDC Get Error Recovery Log Page", wdc_get_error_recovery_log)
ENTRY("get-dev-capabilities-log", "WDC Get Device Capabilities Log Page", wdc_get_dev_capabilities_log)
ENTRY("get-unsupported-reqs-log", "WDC Get Unsupported Requirements Log Page", wdc_get_unsupported_reqs_log)
ENTRY("cloud-boot-SSD-version", "WDC Get the Cloud Boot SSD Version", wdc_cloud_boot_SSD_version)
ENTRY("vs-cloud-log", "WDC Get the Cloud Log Page", wdc_vs_cloud_log)
ENTRY("vs-hw-rev-log", "WDC Get the Hardware Revision Log Page", wdc_vs_hw_rev_log)
ENTRY("vs-device-waf", "WDC Calculate Device Write Amplication Factor", wdc_vs_device_waf)
ENTRY("vs-temperature-stats", "WDC Get Temperature Stats",
wdc_vs_temperature_stats)
ENTRY("capabilities", "WDC Device Capabilities",
wdc_capabilities)
ENTRY("cloud-SSD-plugin-version",
"WDC Cloud SSD Plugin Version",
wdc_cloud_ssd_plugin_version)
ENTRY("vs-pcie-stats", "WDC VS PCIE Statistics",
wdc_vs_pcie_stats)
ENTRY("get-latency-monitor-log",
"WDC Get Latency Monitor Log Page",
wdc_get_latency_monitor_log)
ENTRY("get-error-recovery-log",
"WDC Get Error Recovery Log Page",
wdc_get_error_recovery_log)
ENTRY("get-dev-capabilities-log",
"WDC Get Device Capabilities Log Page",
wdc_get_dev_capabilities_log)
ENTRY("get-unsupported-reqs-log",
"WDC Get Unsupported Requirements Log Page",
wdc_get_unsupported_reqs_log)
ENTRY("cloud-boot-SSD-version",
"WDC Get the Cloud Boot SSD Version",
wdc_cloud_boot_SSD_version)
ENTRY("vs-cloud-log", "WDC Get the Cloud Log Page",
wdc_vs_cloud_log)
ENTRY("vs-hw-rev-log", "WDC Get the Hardware Revision Log Page",
wdc_vs_hw_rev_log)
ENTRY("vs-device-waf",
"WDC Calculate Device Write Amplication Factor",
wdc_vs_device_waf)
ENTRY("set-latency-monitor-feature",
"WDC set Latency Monitor feature",
wdc_set_latency_monitor_feature)
)
);