X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FIsa%2FIsaBusDxe%2FIsaBus.msa;h=de7bb79325468b2c7b90dcc608a376cc6c6cfe18;hp=cc2cf6a33a46a059b55dd8f3e34ecbabd75816e2;hb=b7b0078eeccee8eeaf473ee63920e705bbc902c6;hpb=c3902377a94850795450186d9b4b2bc3007d83be diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.msa b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.msa index cc2cf6a33a..de7bb79325 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.msa +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.msa @@ -1,4 +1,4 @@ - + IsaBus @@ -12,15 +12,16 @@ Device Drivers with their respective ISA Controllers in a deterministic manner, and informs a ISA Device Driver when it is to start managing an ISA Controller. - Copyright (c) 2006 - 2007, Intel Corporation. - All rights reserved. - This software and associated documentation (if any) is furnished - under a license and may only be used or copied in accordance - with the terms of the license. Except as permitted by such - license, no part of this software or documentation may be - reproduced, stored in a retrieval system, or transmitted in any - form or by any means without the express written consent of - Intel Corporation. + Copyright (c) 2006 - 2007, Intel Corporation
+ + All rights reserved. This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php + + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052
@@ -110,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. @@ -119,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 @@ -128,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