Hi Jiri, I noticed you reimplemented the ata_bd server as a DDF driver.
There is a little problem: the ata_bd driver successfully detects the
drives but does add the functions to the appropriate "bd" category.
Is it a problem you are already aware of? I wrote the following patch to fix it:
=== modified file 'uspace/drv/block/ata_bd/main.c'
--- uspace/drv/block/ata_bd/main.c 2013-06-27 20:43:29 +0000
+++ uspace/drv/block/ata_bd/main.c 2013-07-12 06:51:29 +0000
@@ -197,6 +197,8 @@
goto error;
}
+ ddf_fun_add_to_category(fun, "bd");
+
free(fun_name);
disk->afun = afun;
return EOK;
--
--------------------
Maurizio Lombardi
ata_bd.path
Description: Binary data
_______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
