X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FDevicePath.h;h=cabad21436f0dc3cf286a59abdb128b8fcffc795;hb=7d582d6b499ed30268da033cc17fbde6e7b02a9d;hp=2ca008ac65fbbbd6ca2a61abe7ae11e1aa923f75;hpb=8a7d75b0625cffee0c67b85afe56763f93d86481;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/DevicePath.h b/MdePkg/Include/Protocol/DevicePath.h index 2ca008ac65..cabad21436 100644 --- a/MdePkg/Include/Protocol/DevicePath.h +++ b/MdePkg/Include/Protocol/DevicePath.h @@ -207,9 +207,9 @@ typedef struct { #define MSG_SATA_DP 0x12 typedef struct { EFI_DEVICE_PATH_PROTOCOL Header; - UINT16 HbaPortNumber; - UINT16 PortMultiplierPort; - UINT16 LogicalUnitNumber; + UINT16 HBAPortNumber; + UINT16 PortMultiplierPortNumber; + UINT16 Lun; } SATA_DEVICE_PATH; #define MSG_I2O_DP 0x06 @@ -427,6 +427,7 @@ typedef union { ATAPI_DEVICE_PATH Atapi; SCSI_DEVICE_PATH Scsi; + ISCSI_DEVICE_PATH Iscsi; FIBRECHANNEL_DEVICE_PATH FibreChannel; F1394_DEVICE_PATH F1394;