[syslinux:master] efi/pxe: Amend comments to clarify BIOS.

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Tue May 26 16:48:06 PDT 2015


Commit-ID:  b22e1cd76f71536939ae489884f5f332274918a6
Gitweb:     http://www.syslinux.org/commit/b22e1cd76f71536939ae489884f5f332274918a6
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Mon, 25 May 2015 07:53:59 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Mon, 25 May 2015 07:53:59 -0400

efi/pxe: Amend comments to clarify BIOS.

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 efi/pxe.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/efi/pxe.c b/efi/pxe.c
index 0c9fb06..38f0018 100644
--- a/efi/pxe.c
+++ b/efi/pxe.c
@@ -120,7 +120,7 @@ void net_parse_dhcp(void)
 		       embedded_dhcp_options.bdhcp_len, 0);
 
     /*
-     * Get the DHCP client identifiers (query info 1)
+     * Get the DHCP client identifiers (BIOS/PXE query info 1)
      */
     Print(L"Getting cached packet ");
     parse_dhcp(&mode->DhcpDiscover.Dhcpv4, pkt_len);
@@ -137,7 +137,7 @@ void net_parse_dhcp(void)
 
     /*
      * Get the BOOTP/DHCP packet that brought us file (and an IP
-     * address). This lives in the DHCPACK packet (query info 2)
+     * address). This lives in the DHCPACK packet (BIOS/PXE query info 2)
      */
     parse_dhcp(&mode->DhcpAck.Dhcpv4, pkt_len);
     /*
@@ -152,7 +152,7 @@ void net_parse_dhcp(void)
 
     /*
      * Get the boot file and other info. This lives in the CACHED_REPLY
-     * packet (query info 3)
+     * packet (BIOS/PXE query info 3)
      */
     parse_dhcp(&mode->PxeReply.Dhcpv4, pkt_len);
     Print(L"\n");


More information about the Syslinux-commits mailing list