Index: uspace/drv/bus/isa/isa.c
===================================================================
--- uspace/drv/bus/isa/isa.c	(revision 9c4cf0dece5b4450b06dbeff053298634d87e0ae)
+++ uspace/drv/bus/isa/isa.c	(revision ce04ea446ae259288dc1f51ca1fdcc70dd74d6bb)
@@ -281,5 +281,5 @@
 	}
 
-	r = read(fd, (aoff64_t []) {0}, buf, len);
+	r = vfs_read(fd, (aoff64_t []) {0}, buf, len);
 	if (r < 0) {
 		ddf_msg(LVL_ERROR, "Unable to read file '%s'.", conf_path);
