mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
65da001c9e
commit
13e4e1b76a
|
@ -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;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue