Index: uspace/drv/pciintel/pci.c
===================================================================
--- uspace/drv/pciintel/pci.c	(revision 032e0bb4f09c4c02fbee06ec732bf56be1587847)
+++ uspace/drv/pciintel/pci.c	(revision 472020fcce0d34f10b66ca0bd38c3b005abb9a4c)
@@ -449,5 +449,5 @@
 		printf(NAME ": pci_add_device failed to connect to the parent's driver.\n");
 		delete_pci_bus_data(bus_data);
-		return EPARTY;
+		return EPARTY;	/* FIXME: use another EC */
 	}
 	
@@ -458,5 +458,5 @@
 		delete_pci_bus_data(bus_data);
 		ipc_hangup(dev->parent_phone);
-		return EPARTY;		
+		return EPARTY;	/* FIXME: use another EC */
 	}	
 	
