Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144324557
D12206.id32595.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
669 B
Referenced Files
None
Subscribers
None
D12206.id32595.diff
View Options
Index: head/sys/geom/part/g_part_gpt.c
===================================================================
--- head/sys/geom/part/g_part_gpt.c
+++ head/sys/geom/part/g_part_gpt.c
@@ -731,6 +731,12 @@
sbuf_printf(sb, "%s<rawuuid>", indent);
sbuf_printf_uuid(sb, &entry->ent.ent_uuid);
sbuf_printf(sb, "</rawuuid>\n");
+ sbuf_printf(sb, "%s<efimedia>", indent);
+ sbuf_printf(sb, "HD(%d,GPT,", entry->base.gpe_index);
+ sbuf_printf_uuid(sb, &entry->ent.ent_uuid);
+ sbuf_printf(sb, ",%#jx,%#jx)", (intmax_t)entry->base.gpe_start,
+ (intmax_t)entry->base.gpe_end);
+ sbuf_printf(sb, "</efimedia>\n");
} else {
/* confxml: scheme information */
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 8:41 PM (56 m, 24 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28496083
Default Alt Text
D12206.id32595.diff (669 B)
Attached To
Mode
D12206: Add efimedia attribute for all GPT partitions.
Attached
Detach File
Event Timeline
Log In to Comment