Page MenuHomeFreeBSD

D13171.diff
No OneTemporary

D13171.diff

Index: head/sbin/camcontrol/camcontrol.c
===================================================================
--- head/sbin/camcontrol/camcontrol.c
+++ head/sbin/camcontrol/camcontrol.c
@@ -1403,6 +1403,18 @@
parm->media_rotation_rate);
}
+ printf("Zoned-Device Commands ");
+ switch (parm->support3 & ATA_SUPPORT_ZONE_MASK) {
+ case ATA_SUPPORT_ZONE_DEV_MANAGED:
+ printf("device managed\n");
+ break;
+ case ATA_SUPPORT_ZONE_HOST_AWARE:
+ printf("host aware\n");
+ break;
+ default:
+ printf("no\n");
+ }
+
printf("\nFeature "
"Support Enabled Value Vendor\n");
printf("read ahead %s %s\n",

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 18, 11:46 PM (11 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28859846
Default Alt Text
D13171.diff (674 B)

Event Timeline