Adding upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ac60c09ef6
commit
2066c5b305
305 changed files with 20664 additions and 6099 deletions
|
@ -14,10 +14,15 @@
|
|||
|
||||
PLUGIN(NAME("memblaze", "Memblaze vendor specific extensions"),
|
||||
COMMAND_LIST(
|
||||
ENTRY("smart-log-add", "Retrieve Memblaze SMART Log, show it", get_additional_smart_log)
|
||||
ENTRY("get-feature-add", "Get Memblaze feature and show the resulting value", get_additional_feature)
|
||||
ENTRY("set-feature-add", "Set a Memblaze feature and show the resulting value", set_additional_feature)
|
||||
ENTRY("select-download", "Selective Firmware Download", memblaze_selective_download)
|
||||
ENTRY("smart-log-add", "Retrieve Memblaze SMART Log, show it", mb_get_additional_smart_log)
|
||||
ENTRY("get-pm-status", "Get Memblaze Power Manager Status", mb_get_powermanager_status)
|
||||
ENTRY("set-pm-status", "Set Memblaze Power Manager Status", mb_set_powermanager_status)
|
||||
ENTRY("select-download", "Selective Firmware Download", mb_selective_download)
|
||||
ENTRY("lat-stats", "Enable and disable Latency Statistics logging", mb_set_lat_stats)
|
||||
ENTRY("lat-stats-print", "Retrieve IO Latency Statistics log, show it", mb_lat_stats_log_print)
|
||||
ENTRY("lat-log", "Set Memblaze High Latency Log", mb_set_high_latency_log)
|
||||
ENTRY("lat-log-print", "Output Memblaze High Latency Log", mb_high_latency_log_print)
|
||||
ENTRY("clear-error-log", "Clear error log", memblaze_clear_error_log)
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue