|  | @@ -705,8 +705,9 @@ int undinet_probe ( struct undi_device *undi ) {
 | 
		
	
		
			
			| 705 | 705 |  				   &undi_iface,
 | 
		
	
		
			
			| 706 | 706 |  				   sizeof ( undi_iface ) ) ) != 0 )
 | 
		
	
		
			
			| 707 | 707 |  		goto err_undi_get_iface_info;
 | 
		
	
		
			
			| 708 |  | -	DBGC ( undinic, "UNDINIC %p has type %s and link speed %d\n",
 | 
		
	
		
			
			| 709 |  | -	       undinic, undi_iface.IfaceType, undi_iface.LinkSpeed );
 | 
		
	
		
			
			|  | 708 | +	DBGC ( undinic, "UNDINIC %p has type %s, speed %d, flags %08x\n",
 | 
		
	
		
			
			|  | 709 | +	       undinic, undi_iface.IfaceType, undi_iface.LinkSpeed,
 | 
		
	
		
			
			|  | 710 | +	       undi_iface.ServiceFlags );
 | 
		
	
		
			
			| 710 | 711 |  	if ( strncmp ( ( ( char * ) undi_iface.IfaceType ), "Etherboot",
 | 
		
	
		
			
			| 711 | 712 |  		       sizeof ( undi_iface.IfaceType ) ) == 0 ) {
 | 
		
	
		
			
			| 712 | 713 |  		DBGC ( undinic, "UNDINIC %p Etherboot 5.4 workaround enabled\n",
 |