mirror of https://github.com/acidanthera/audk.git
MdePkg:Correct the comment for the DEBUG_NET.
Generalize the comment for the DEBUG_NET #define DEBUG_NET 0x00004000 // SNP Driver to Network IO Driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo <lubo.zhang@intel.com> Cc: Hegde Nagaraj P <nagaraj-p.hegde@hpe.com> Cc: Subramanian Sriram <sriram-s@hpe.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Cc: Ye Ting <ting.ye@intel.com> Reviewed-by: Sriram Subramanian <sriram-s@hpe.com>
This commit is contained in:
parent
dea6914dac
commit
6859cc8b72
|
@ -8,7 +8,7 @@
|
|||
of size reduction when compiler optimization is disabled. If MDEPKG_NDEBUG is
|
||||
defined, then debug and assert related macros wrapped by it are the NULL implementations.
|
||||
|
||||
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials are licensed and made available under
|
||||
the terms and conditions of the BSD License that accompanies this distribution.
|
||||
The full text of the license may be found at
|
||||
|
@ -46,7 +46,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#define DEBUG_VARIABLE 0x00000100 // Variable
|
||||
#define DEBUG_BM 0x00000400 // Boot Manager
|
||||
#define DEBUG_BLKIO 0x00001000 // BlkIo Driver
|
||||
#define DEBUG_NET 0x00004000 // SNP Driver
|
||||
#define DEBUG_NET 0x00004000 // Network Io Driver
|
||||
#define DEBUG_UNDI 0x00010000 // UNDI Driver
|
||||
#define DEBUG_LOADFILE 0x00020000 // LoadFile
|
||||
#define DEBUG_EVENT 0x00080000 // Event messages
|
||||
|
|
Loading…
Reference in New Issue