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