Index: uspace/drv/pciintel/pci.c
===================================================================
--- uspace/drv/pciintel/pci.c	(revision 7e66a5ecd63a14e1830c5a58dfb291f21730a6ba)
+++ 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 */
 	}	
 	
Index: uspace/srv/net/tl/tcp/tcp.c
===================================================================
--- uspace/srv/net/tl/tcp/tcp.c	(revision 7e66a5ecd63a14e1830c5a58dfb291f21730a6ba)
+++ uspace/srv/net/tl/tcp/tcp.c	(revision 472020fcce0d34f10b66ca0bd38c3b005abb9a4c)
@@ -2033,5 +2033,5 @@
 	if (!fibril) {
 		free(operation_timeout);
-		return EPARTY;
+		return EPARTY;	/* FIXME: use another EC */
 	}
 //      fibril_mutex_lock(&socket_data->operation.mutex);
