]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h
NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status.
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / PxeBcDhcp4.h
index 37747ac74f44726eb09a816e7830a6e8528e7b3a..8e4e101806b4e8875b3e9082b2a9de164f4f4b6c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Functions declaration related with DHCPv4 for UefiPxeBc Driver.\r
 \r
-  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -127,7 +127,7 @@ typedef enum {
 \r
 #define BIT(x)                (1 << x)\r
 #define CTRL(x)               (0x1F & (x))\r
-#define DEFAULT_CLASS_ID_DATA "PXEClient:Arch:?????:????:??????"\r
+#define DEFAULT_CLASS_ID_DATA "PXEClient:Arch:xxxxx:UNDI:003000"\r
 #define DEFAULT_UNDI_TYPE     1\r
 #define DEFAULT_UNDI_MAJOR    3\r
 #define DEFAULT_UNDI_MINOR    0\r
@@ -200,7 +200,7 @@ typedef enum {
 #define IS_ENABLE_USE_SERVER_LIST(x) \\r
   (((x) & BIT (2)) == BIT (2))\r
 \r
-#define IS_ENABLE_BOOT_FILE_NAME(x) \\r
+#define IS_DISABLE_PROMPT_MENU(x) \\r
   (((x) & BIT (3)) == BIT (3))\r
 \r
 \r