From 4e17db14a0de418ba9f71dc24129d92d840fbcb3 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Tue, 20 May 2008 09:16:08 +0000 Subject: [PATCH] Update comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5232 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c b/EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c index e6592cf1ac..62195e7f8f 100644 --- a/EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c +++ b/EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c @@ -1,4 +1,4 @@ -/** +/** @file Module produce PciCfgPpi on top of PciCfgPpi2. PIWG's PI specification replaces Inte's EFI Specification 1.10. @@ -7,7 +7,7 @@ EFI_PEI_PCI_CFG2_PPI in PI 1.0. This module produces PciCfgPpi on top of PciCfgPpi2. This module is used on platform when both of these two conditions are true: 1) Framework module is present that consumes PCI CFG AND -2) R9 module is present that produces PCI CFG2 but not PCI CFG +2) PI module is present that produces PCI CFG2 but not PCI CFG Copyright (c) 2006 - 2008 Intel Corporation.