Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145283037
D13171.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
674 B
Referenced Files
None
Subscribers
None
D13171.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D13171: print ZBC device type in "camcontrol identify" output
Attached
Detach File
Event Timeline
Log In to Comment