diff options
-rw-r--r-- | MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c b/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c index e46b071a73..c8a588e520 100644 --- a/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c +++ b/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c @@ -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,
|