summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 57c51e7b54..6f30d00d49 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1481,6 +1481,8 @@ static int disk_callback(int btn, struct gui_synclist *lists)
1481 i = identify_info[83] & (1<<9); 1481 i = identify_info[83] & (1<<9);
1482 simplelist_addline( 1482 simplelist_addline(
1483 "Noise mgmt: %s", i ? "enabled" : "unsupported"); 1483 "Noise mgmt: %s", i ? "enabled" : "unsupported");
1484 simplelist_addline(
1485 "Flush cache: %s", identify_info[83] & (1<<13) ? "extended" : identify_info[83] & (1<<12) ? "standard" : identify_info[80] >= (1<<5) ? "ATA-5" : "unsupported");
1484 i = identify_info[82] & (1<<6); 1486 i = identify_info[82] & (1<<6);
1485 simplelist_addline( 1487 simplelist_addline(
1486 "Read-ahead: %s", i ? "enabled" : "unsupported"); 1488 "Read-ahead: %s", i ? "enabled" : "unsupported");