X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FCsm%2FLegacyBiosDxe%2FLegacyIde.c;h=6a26157e548d787bd0bc6a9a29dfbb18d579bf2c;hb=0a6f48249a601f88af124ae1ff6814b195b699c3;hp=4d520f8a3288b33a6ca17f5cf0f098c7f1186cf8;hpb=e38f26a2f7f62b69fec2d84e83bcc4b45ddefdc1;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyIde.c b/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyIde.c index 4d520f8a32..6a26157e54 100644 --- a/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyIde.c +++ b/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyIde.c @@ -1,7 +1,7 @@ /** @file Collect IDE information from Native EFI Driver -Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -76,7 +76,7 @@ LegacyBiosBuildIdeData ( (VOID *) &LocalHddInfo ); if (!EFI_ERROR (Status)) { - IdeController = HandleBuffer[0]; + IdeController = HandleBuffer[0]; // // Force IDE drive spin up! // @@ -279,8 +279,8 @@ InitLegacyIdeController ( // and has PCI I/O resources allocated // Status = gBS->HandleProtocol ( - IdeController, - &gEfiPciIoProtocolGuid, + IdeController, + &gEfiPciIoProtocolGuid, (VOID **)&PciIo ); if (EFI_ERROR (Status)) {