| 
				
			 | 
			
			
				
				@@ -219,7 +219,7 @@ BOOT_DRIVER ( "SKEL/PCI", find_pci_boot_device, 
			 | 
		
		
	
		
			
			| 
				219
			 | 
			
				219
			 | 
			
			
				
				 	      skel_pci_driver, skel_pci_probe ); 
			 | 
		
		
	
		
			
			| 
				220
			 | 
			
				220
			 | 
			
			
				
				  
			 | 
		
		
	
		
			
			| 
				221
			 | 
			
				221
			 | 
			
			
				
				 /************************************************************************** 
			 | 
		
		
	
		
			
			| 
				222
			 | 
			
				
			 | 
			
			
				
				- * ISAPnP PROBE - Look for an adapter 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				222
			 | 
			
			
				
				+ * EISA PROBE - Look for an adapter 
			 | 
		
		
	
		
			
			| 
				223
			 | 
			
				223
			 | 
			
			
				
				  ************************************************************************** 
			 | 
		
		
	
		
			
			| 
				224
			 | 
			
				224
			 | 
			
			
				
				  */ 
			 | 
		
		
	
		
			
			| 
				225
			 | 
			
				225
			 | 
			
			
				
				 static int skel_eisa_probe ( struct dev *dev, struct eisa_device *eisa ) { 
			 | 
		
		
	
	
		
			
			| 
				
			 | 
			
			
				
				@@ -264,6 +264,7 @@ static int skel_isapnp_probe ( struct dev *dev, 
			 | 
		
		
	
		
			
			| 
				264
			 | 
			
				264
			 | 
			
			
				
				  
			 | 
		
		
	
		
			
			| 
				265
			 | 
			
				265
			 | 
			
			
				
				 	nic->ioaddr = isapnp->ioaddr; 
			 | 
		
		
	
		
			
			| 
				266
			 | 
			
				266
			 | 
			
			
				
				 	nic->irqno = isapnp->irqno; 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				267
			 | 
			
			
				
				+	activate_isapnp_device ( isapnp ); 
			 | 
		
		
	
		
			
			| 
				267
			 | 
			
				268
			 | 
			
			
				
				  
			 | 
		
		
	
		
			
			| 
				268
			 | 
			
				269
			 | 
			
			
				
				 	/* Test for physical presence of NIC */ 
			 | 
		
		
	
		
			
			| 
				269
			 | 
			
				270
			 | 
			
			
				
				 	/* 
			 |