From: gikidy Date: Thu, 2 Apr 2009 01:39:05 +0000 (+0000) Subject: Add flag for device directly connect to the HBA. X-Git-Tag: edk2-stable201903~18262 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=efb86b3ad5bc3d3826e4dd38c6521f36214ec6e9 Add flag for device directly connect to the HBA. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8002 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Protocol/DevicePath.h b/MdePkg/Include/Protocol/DevicePath.h index fc4c34d923..b2b0eec77e 100644 --- a/MdePkg/Include/Protocol/DevicePath.h +++ b/MdePkg/Include/Protocol/DevicePath.h @@ -477,6 +477,11 @@ typedef struct { UINT16 Lun; } SATA_DEVICE_PATH; +/// +/// Flag for if the device is directly connected to the HBA. +/// +#define SATA_HBA_DIRECT_CONNECT_FLAG 0x8000 + /// /// I2O Device Path SubType ///