| 
				
			 | 
			
			
				
				@@ -1060,7 +1060,8 @@ static int realtek_probe ( struct pci_device *pci ) { 
			 | 
		
		
	
		
			
			| 
				1060
			 | 
			
				1060
			 | 
			
			
				
				 	 * hopefully have been programmed by the platform firmware. 
			 | 
		
		
	
		
			
			| 
				1061
			 | 
			
				1061
			 | 
			
			
				
				 	 */ 
			 | 
		
		
	
		
			
			| 
				1062
			 | 
			
				1062
			 | 
			
			
				
				 	if ( ! is_valid_ether_addr ( netdev->hw_addr ) ) { 
			 | 
		
		
	
		
			
			| 
				1063
			 | 
			
				
			 | 
			
			
				
				-		DBGC ( rtl, "REALTEK %p seems to have no EEPROM\n", rtl ); 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				1063
			 | 
			
			
				
				+		DBGC ( rtl, "REALTEK %p seems to have no EEPROM (MAC %s)\n", 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				1064
			 | 
			
			
				
				+		       rtl, eth_ntoa ( netdev->hw_addr ) ); 
			 | 
		
		
	
		
			
			| 
				1064
			 | 
			
				1065
			 | 
			
			
				
				 		for ( i = 0 ; i < ETH_ALEN ; i++ ) 
			 | 
		
		
	
		
			
			| 
				1065
			 | 
			
				1066
			 | 
			
			
				
				 			netdev->hw_addr[i] = readb ( rtl->regs + RTL_IDR0 + i ); 
			 | 
		
		
	
		
			
			| 
				1066
			 | 
			
				1067
			 | 
			
			
				
				 	} 
			 |