From: qwang12 Date: Thu, 26 Jul 2007 01:05:13 +0000 (+0000) Subject: change TokenSpaceGuid to the package Token Space Guid X-Git-Tag: edk2-stable201903~22517 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=b7b0078eeccee8eeaf473ee63920e705bbc902c6 change TokenSpaceGuid to the package Token Space Guid git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3444 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.msa b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.msa index e318598e38..de7bb79325 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.msa +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.msa @@ -1,4 +1,4 @@ - + IsaBus @@ -111,7 +111,7 @@ PcdIsaBusSupportIsaMemory - gEfiGenericPlatformTokenSpaceGuid + gEfiIntelFrameworkModulePkgTokenSpaceGuid TRUE This feature flag is used to enable the implementation for interface _EFI_ISA_IO_PROTOCOL.Mem.Read, _EFI_ISA_IO_PROTOCOL.Mem.Write and _EFI_ISA_IO_PROTOCOL.CopyMem. @@ -120,7 +120,7 @@ PcdIsaBusSupportDma - gEfiGenericPlatformTokenSpaceGuid + gEfiIntelFrameworkModulePkgTokenSpaceGuid TRUE This feature flag is used to enable the implementation for interface _EFI_ISA_IO_PROTOCOL.AllocateBuffer, _EFI_ISA_IO_PROTOCOL.FreeBuffer, _EFI_ISA_IO_PROTOCOL.Map @@ -129,7 +129,7 @@ PcdIsaBusOnlySupportSlaveDma - gEfiGenericPlatformTokenSpaceGuid + gEfiIntelFrameworkModulePkgTokenSpaceGuid FALSE This feature flag is used to enable the implementation for interface _EFI_ISA_IO_PROTOCOL.Map and _EFI_ISA_IO_PROTOCOL.UnMap to only support Slave DMA