]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
MdeModulePkg/AtaAtapiPassThru: Revert patch to disable Bus Master
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaAtapiPassThru / AtaAtapiPassThru.inf
index 9c79bb8c3cc0b3d7f231a3b0963313f22fb76f49..82d5f7a46ce8662345e40fdc536df782b3ffe698 100644 (file)
@@ -4,7 +4,7 @@
 #  This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller\r
 #  to access to all attached Ata/Atapi devices.\r
 #\r
-#  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -18,6 +18,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = AtaAtapiPassThruDxe\r
+  MODULE_UNI_FILE                = AtaAtapiPassThruDxe.uni\r
   FILE_GUID                      = 5E523CB4-D397-4986-87BD-A6DD8B22F455\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   PcdLib\r
 \r
 [Protocols]\r
-  gEfiAtaPassThruProtocolGuid                   # BY_START\r
-  gEfiExtScsiPassThruProtocolGuid               # BY_START\r
-  gEfiIdeControllerInitProtocolGuid             # TO_START\r
-  gEfiDevicePathProtocolGuid                    # TO_START\r
-  gEfiPciIoProtocolGuid                         # TO_START\r
+  gEfiAtaPassThruProtocolGuid                   ## BY_START\r
+  gEfiExtScsiPassThruProtocolGuid               ## BY_START\r
+  gEfiIdeControllerInitProtocolGuid             ## TO_START\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  gEfiPciIoProtocolGuid                         ## TO_START\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdAtaSmartEnable\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAtaSmartEnable   ## SOMETIMES_CONSUMES\r
+\r
+# [Event]\r
+# EVENT_TYPE_PERIODIC_TIMER ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  AtaAtapiPassThruDxeExtra.uni\r