]> git.proxmox.com Git - mirror_edk2.git/commitdiff
PcAtChipsetPkg: IdeControllerDxe: fix protocol usage hints in the INF file
authorLaszlo Ersek <lersek@redhat.com>
Tue, 22 Sep 2015 11:18:36 +0000 (11:18 +0000)
committerlersek <lersek@Edk2>
Tue, 22 Sep 2015 11:18:36 +0000 (11:18 +0000)
IdeControllerDxe installs EFI_IDE_CONTROLLER_INIT_PROTOCOL interface(s),
and consumes PciIo. The comments in the INF file state the opposite at the
moment, fix them.

Cc: Alexander Graf <agraf@suse.de>
Cc: Reza Jelveh <reza.jelveh@tuhh.de>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Gabriel L. Somlo <somlo@cmu.edu>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Tested-by: Gabriel Somlo <somlo@cmu.edu>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18530 6f19259b-4bc3-4df7-8a09-765794883524

PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf

index 5e917c8d135d34222f365a0494672dac245b889c..0184bf40f6286b166af3427d804c6773e1cd3ce0 100644 (file)
@@ -46,7 +46,7 @@
   UefiBootServicesTableLib\r
 \r
 [Protocols]\r
-  gEfiPciIoProtocolGuid             ## BY_START\r
-  gEfiIdeControllerInitProtocolGuid ## TO_START\r
+  gEfiPciIoProtocolGuid             ## TO_START\r
+  gEfiIdeControllerInitProtocolGuid ## BY_START\r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   IdeControllerExtra.uni\r