Fix bug that that the template does not match fields in structure EFI_BLOCK_IO_MEDIA

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9645 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2009-12-30 06:26:54 +00:00
parent 74bafbaed9
commit 3bfa77f0f6
1 changed files with 3 additions and 3 deletions

View File

@ -52,10 +52,10 @@ ATA_DEVICE gAtaDeviceTemplate = {
FALSE, // ReadOnly FALSE, // ReadOnly
FALSE, // WritingCache FALSE, // WritingCache
0x200, // BlockSize 0x200, // BlockSize
0, // LastBlock
4, // IoAlign 4, // IoAlign
1, // LogicalBlocksPerPhysicalBlock 0, // LastBlock
0 // LowestAlignedLba 0, // LowestAlignedLba
1 // LogicalBlocksPerPhysicalBlock
}, },
{ // DiskInfo { // DiskInfo
EFI_DISK_INFO_IDE_INTERFACE_GUID, EFI_DISK_INFO_IDE_INTERFACE_GUID,