Browse Source

Report our interface type as "gPXE" to avoid working around Etherboot

5.4 bugs when driving ourselves via UNDI.
tags/v0.9.3
Michael Brown 17 years ago
parent
commit
30a442aef8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/interface/pxe/pxe_undi.c

+ 1
- 1
src/interface/pxe/pxe_undi.c View File

480
 	 * Most PXE stacks seem to take this approach.
480
 	 * Most PXE stacks seem to take this approach.
481
 	 */
481
 	 */
482
 	snprintf ( ( char * ) undi_get_iface_info->IfaceType,
482
 	snprintf ( ( char * ) undi_get_iface_info->IfaceType,
483
-		   sizeof ( undi_get_iface_info->IfaceType ), "Etherboot" );
483
+		   sizeof ( undi_get_iface_info->IfaceType ), "gPXE" );
484
 	undi_get_iface_info->LinkSpeed = 10000000; /* 10 Mbps */
484
 	undi_get_iface_info->LinkSpeed = 10000000; /* 10 Mbps */
485
 	undi_get_iface_info->ServiceFlags = 0;
485
 	undi_get_iface_info->ServiceFlags = 0;
486
 	memset ( undi_get_iface_info->Reserved, 0,
486
 	memset ( undi_get_iface_info->Reserved, 0,

Loading…
Cancel
Save