]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h
Fix a bug in IP4 driver when computing the network broadcast adress.
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / PxeBcDhcp4.h
index ee519d9ee2724261d2396e5eec883e2708ab1145..8e4e101806b4e8875b3e9082b2a9de164f4f4b6c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Functions declaration related with DHCPv4 for UefiPxeBc Driver.\r
 \r
 /** @file\r
   Functions declaration related with DHCPv4 for UefiPxeBc Driver.\r
 \r
-  Copyright (c) 2009 - 2013, 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
 \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
 \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
 #define DEFAULT_UNDI_TYPE     1\r
 #define DEFAULT_UNDI_MAJOR    3\r
 #define DEFAULT_UNDI_MINOR    0\r