|
|
|
|
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,
|