Hi everyone. I have a system, that has a Storage device. This device can be detected at Port 0, Multiplier 0 by the EFI_ATA_PASS_THRU_PROTOCOL.GetNextDevice()
*typedef EFI_STATUS* *(EFIAPI *EFI_ATA_PASS_THRU_GET_NEXT_DEVICE) (* *IN EFI_ATA_PASS_THRU_PROTOCOL *This,* *IN UINT16 Port,* *IN OUT UINT16 *PortMultiplierPort* *);* Now I need to know the EFI_BLOCK_IO_PROTOCOL "instance" that I need to use to access this device. Is there a way to do this ? Thanks and Regards Rafael R. Machado
------------------------------------------------------------------------------
_______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel