# # ChangeLog for uspace/srv/devman/fun.c in mainline # # Generated by Trac 1.6 # 2024-12-16T03:02:38Z Fri, 05 Aug 2016 16:13:38 GMT Jakub Jermar [96ef672] * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/devman/loc.c (modified) * uspace/srv/devman/loc.h (modified) Do not leave behind functions in device_tree.loc_functions hash table ... Sun, 22 Mar 2015 23:32:48 GMT Jakub Jermar [ba0eac5] * uspace/srv/devman/fun.c (modified) fun_online() should set fun->state to FUN_ON_LINE. Tue, 10 Sep 2013 21:27:30 GMT Jiri Svoboda [02e5e34] * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/devman/fun.h (modified) Fun on-/off-line needs to go to fun.c Tue, 10 Sep 2013 20:26:27 GMT Jiri Svoboda [08bc23d] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/dev.c (added) * uspace/srv/devman/dev.h (added) * uspace/srv/devman/devman.c (deleted) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/devtree.c (added) * uspace/srv/devman/devtree.h (added) * uspace/srv/devman/driver.c (added) * uspace/srv/devman/driver.h (added) * uspace/srv/devman/fun.c (added) * uspace/srv/devman/fun.h (added) * uspace/srv/devman/loc.c (added) * uspace/srv/devman/loc.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/devman/match.h (added) Merge breaking devman.c apart. Tue, 10 Sep 2013 19:10:09 GMT Jiri Svoboda [59dc181] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/dev.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/devtree.c (added) * uspace/srv/devman/devtree.h (added) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/devman/main.c (modified) Move devtree-related functionality to separate devman module. Tue, 10 Sep 2013 18:51:53 GMT Jiri Svoboda [38e52c92] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/fun.c (added) * uspace/srv/devman/fun.h (added) * uspace/srv/devman/main.c (modified) Move fun-dev-related functionality to a separate devman module.