Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152663675
D6782.id17449.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
533 B
Referenced Files
None
Subscribers
None
D6782.id17449.diff
View Options
Index: head/sys/boot/efi/libefi/efipart.c
===================================================================
--- head/sys/boot/efi/libefi/efipart.c
+++ head/sys/boot/efi/libefi/efipart.c
@@ -119,8 +119,11 @@
(void**)&blkio);
if (EFI_ERROR(status))
continue;
- if (!blkio->Media->LogicalPartition)
+ if (!blkio->Media->LogicalPartition) {
+ printf("%s%d isn't a logical partition, skipping\n",
+ efipart_dev.dv_name, n);
continue;
+ }
/*
* If we come across a logical partition of subtype CDROM
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 9:15 AM (17 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31651339
Default Alt Text
D6782.id17449.diff (533 B)
Attached To
Mode
D6782: libefi be more verbose when registering efi disk handles
Attached
Detach File
Event Timeline
Log In to Comment