mirror of https://github.com/acidanthera/audk.git
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:
parent
74bafbaed9
commit
3bfa77f0f6
|
@ -52,10 +52,10 @@ ATA_DEVICE gAtaDeviceTemplate = {
|
|||
FALSE, // ReadOnly
|
||||
FALSE, // WritingCache
|
||||
0x200, // BlockSize
|
||||
0, // LastBlock
|
||||
4, // IoAlign
|
||||
1, // LogicalBlocksPerPhysicalBlock
|
||||
0 // LowestAlignedLba
|
||||
0, // LastBlock
|
||||
0, // LowestAlignedLba
|
||||
1 // LogicalBlocksPerPhysicalBlock
|
||||
},
|
||||
{ // DiskInfo
|
||||
EFI_DISK_INFO_IDE_INTERFACE_GUID,
|
||||
|
|
Loading…
Reference in New Issue