mirror of https://github.com/ipxe/ipxe.git
[undi] Include PXENV_GET_IFACE_INFO's ServiceFlags in debug output
parent
5e1ef98469
commit
198ae0a131
|
@ -705,8 +705,9 @@ int undinet_probe ( struct undi_device *undi ) {
|
||||||
&undi_iface,
|
&undi_iface,
|
||||||
sizeof ( undi_iface ) ) ) != 0 )
|
sizeof ( undi_iface ) ) ) != 0 )
|
||||||
goto err_undi_get_iface_info;
|
goto err_undi_get_iface_info;
|
||||||
DBGC ( undinic, "UNDINIC %p has type %s and link speed %d\n",
|
DBGC ( undinic, "UNDINIC %p has type %s, speed %d, flags %08x\n",
|
||||||
undinic, undi_iface.IfaceType, undi_iface.LinkSpeed );
|
undinic, undi_iface.IfaceType, undi_iface.LinkSpeed,
|
||||||
|
undi_iface.ServiceFlags );
|
||||||
if ( strncmp ( ( ( char * ) undi_iface.IfaceType ), "Etherboot",
|
if ( strncmp ( ( ( char * ) undi_iface.IfaceType ), "Etherboot",
|
||||||
sizeof ( undi_iface.IfaceType ) ) == 0 ) {
|
sizeof ( undi_iface.IfaceType ) ) == 0 ) {
|
||||||
DBGC ( undinic, "UNDINIC %p Etherboot 5.4 workaround enabled\n",
|
DBGC ( undinic, "UNDINIC %p Etherboot 5.4 workaround enabled\n",
|
||||||
|
|
Loading…
Reference in New Issue