X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FAta%2FAtaAtapiPassThru%2FIdeMode.c;h=caffc1cde86f7e3adebdcbf729f2b5c71dfe2a58;hp=768b51c1fe1e7c5ae7ecdfb4ed417cd604b2b8a4;hb=fc80ee69cba877e2d8efed767e23ab36fc36d91c;hpb=0c3a1db40f982d243b8e2c67ee4e8109a0737d34 diff --git a/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c b/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c index 768b51c1fe..caffc1cde8 100644 --- a/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c +++ b/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c @@ -1,7 +1,7 @@ /** @file Header file for AHCI mode of ATA host controller. - Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -2667,7 +2667,7 @@ DetectAndConfigIdeDevice ( // // If the device is a hard disk, then try to enable S.M.A.R.T feature // - if (DeviceType == EfiIdeHarddisk) { + if ((DeviceType == EfiIdeHarddisk) && PcdGetBool (PcdAtaSmartEnable)) { IdeAtaSmartSupport ( Instance, IdeChannel,