mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
[efi] Dump existing openers when we are unable to open a protocol
Dump the existing openers of a protocol whenever we are unable to open a protocol using attributes of BY_DEVICE, EXCLUSIVE, or BY_CHILD_CONTROLLER. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -631,6 +631,7 @@ int efi_file_install ( EFI_HANDLE handle ) {
|
||||
rc = -EEFI ( efirc );
|
||||
DBGC ( handle, "Could not open disk I/O protocol: %s\n",
|
||||
strerror ( rc ) );
|
||||
DBGC_EFI_OPENERS ( handle, handle, &efi_disk_io_protocol_guid );
|
||||
goto err_open;
|
||||
}
|
||||
assert ( diskio.diskio == &efi_disk_io_protocol );
|
||||
|
||||
Reference in New Issue
Block a user