summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-25 07:00:27 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-25 07:00:27 +0000
commit13e4e1b76ad3db76471c767a009f90b0ed84384f (patch)
tree149e83b8448d2208870cadcd651dba5fce4419e8
parent65da001c9eab6bae31db45147cd8affdcd5aee84 (diff)
downloadedk2-platforms-13e4e1b76ad3db76471c767a009f90b0ed84384f.tar.xz
remove vendor specific fields to improve CDROM read performance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6720 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/IndustryStandard/Atapi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/MdePkg/Include/IndustryStandard/Atapi.h b/MdePkg/Include/IndustryStandard/Atapi.h
index 4fadf10eee..92059b3b56 100644
--- a/MdePkg/Include/IndustryStandard/Atapi.h
+++ b/MdePkg/Include/IndustryStandard/Atapi.h
@@ -133,12 +133,6 @@ typedef struct {
UINT8 SKSV : 1;
UINT8 sense_key_specific_16;
UINT8 sense_key_specific_17;
- ///
- /// Followed by additional sense bytes.
- /// the sizeof (ATAPI_REQUEST_SENSE_DATA) is 254,
- /// since allocation_length is one byte in ATAPI_INQUIRY_CMD.
- ///
- UINT8 additional_sense_bytes_18_253[253 - 18 + 1];
} ATAPI_REQUEST_SENSE_DATA;
//