Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115407679
D33856.id101338.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
630 B
Referenced Files
None
Subscribers
None
D33856.id101338.diff
View Options
Index: sbin/nvmecontrol/identify_ext.c
===================================================================
--- sbin/nvmecontrol/identify_ext.c
+++ sbin/nvmecontrol/identify_ext.c
@@ -107,7 +107,7 @@
printf("Firmware Version: %s\n", str);
printf("Recommended Arb Burst: %d\n", cdata->rab);
printf("IEEE OUI Identifier: %02x %02x %02x\n",
- cdata->ieee[0], cdata->ieee[1], cdata->ieee[2]);
+ cdata->ieee[2], cdata->ieee[1], cdata->ieee[0]);
printf("Multi-Path I/O Capabilities: %s%s%s%s%s\n",
(cdata->mic == 0) ? "Not Supported" : "",
((cdata->mic >> NVME_CTRLR_DATA_MIC_ANAR_SHIFT) &
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 24, 12:09 PM (14 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17757649
Default Alt Text
D33856.id101338.diff (630 B)
Attached To
Mode
D33856: nvmecontrol: Fix IEEE OUI Identifier output.
Attached
Detach File
Event Timeline
Log In to Comment