From 3aaddf9276ccf00b4b6349dfce058e3ae287dd3a Mon Sep 17 00:00:00 2001 From: vanjeff Date: Tue, 20 Mar 2007 02:44:09 +0000 Subject: 1. Removed #ifdef SNP_DEBUG and used debug lib to output information 2. Rename PcdPlatformNoCsmSupport to PcdPlatformCsmSupport. 3 Removed #ifdef EFI_NO_CSM and used PcdPlatformCsmSupport. 4. Removed #ifdef ALIGNMENT from C Variable.c and added 2 files Variable/Pei/Ipf/VariableWorker.c and Variable/Pei/VariableWorker.c git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2487 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h | 34 ++++++----------------- 1 file changed, 8 insertions(+), 26 deletions(-) (limited to 'EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h') diff --git a/EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h b/EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h index 31cbc8eb83..038c2e66b0 100644 --- a/EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h +++ b/EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h @@ -1,12 +1,12 @@ /*++ -Copyright (c) 2006, 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. +Copyright (c) 2006, 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. Module name: snp.h @@ -22,17 +22,8 @@ Revision history: #include "IndustryStandard/pci22.h" -#define SNP_DEBUG 0 #define FOUR_GIGABYTES (UINT64) 0x100000000ULL -#if SNP_DEBUG -#undef D_NET -#define D_NET D_WARN -#define SNP_PRINT(DebugInfo) Print (DebugInfo) -#else -#define SNP_PRINT(DebugInfo) -#endif - #define SNP_DRIVER_SIGNATURE EFI_SIGNATURE_32 ('s', 'n', 'd', 's') #define MAX_MAP_LENGTH 100 @@ -455,13 +446,4 @@ VOID #define SNP_MEM_PAGES(x) (((x) - 1) / 4096 + 1) -#if SNP_DEBUG -extern -VOID -snp_wait_for_key ( - VOID - ) -; -#endif - #endif /* _SNP_H */ -- cgit v1.2.3