From ab2abe4ccc4445230ba20f61ef3dc1ace8809899 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 26 Sep 2007 06:52:57 +0000 Subject: [PATCH] Fix one iScsi device path definition update to Uefi Spec 2.1b. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3924 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/DevicePath.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MdePkg/Include/Protocol/DevicePath.h b/MdePkg/Include/Protocol/DevicePath.h index 9b40530c38..524a3912d2 100644 --- a/MdePkg/Include/Protocol/DevicePath.h +++ b/MdePkg/Include/Protocol/DevicePath.h @@ -309,9 +309,8 @@ typedef struct { EFI_DEVICE_PATH_PROTOCOL Header; UINT16 NetworkProtocol; UINT16 LoginOption; - UINT16 Reserved; + UINT64 Lun; UINT16 TargetPortalGroupTag; - UINT64 LUN; // CHAR8 iSCSI Target Name } ISCSI_DEVICE_PATH; -- 2.39.2