Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131718057
D6782.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.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
Sat, Oct 11, 2:51 PM (14 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23581145
Default Alt Text
D6782.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