# # ChangeLog for uspace/srv/devman/devman.h in mainline # # Generated by Trac 1.6 # 2024-12-15T07:33:09Z Fri, 19 Mar 2010 14:40:14 GMT Lenka Trochtova [bda60d9] * uspace/lib/libc/generic/devman.c (modified) * uspace/lib/libc/include/devman.h (modified) * uspace/lib/libc/include/ipc/devman.h (modified) * uspace/lib/libdrv/generic/driver.c (modified) * uspace/lib/libdrv/include/driver.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/drivers/root/root.c (modified) adding child device - parts of code Sun, 14 Mar 2010 09:14:50 GMT Lenka Trochtova [084ff99] * uspace/lib/libc/include/ipc/driver.h (added) * uspace/lib/libdrv/generic/driver.c (modified) * uspace/lib/libdrv/include/driver.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/drivers/root/root.c (modified) passing device to driver (parts of code) Fri, 26 Feb 2010 14:22:33 GMT Lenka Trochtova [c16cf62] * uspace/Makefile (modified) * uspace/lib/libc/include/devman.h (modified) * uspace/lib/libc/include/ipc/devman.h (modified) * uspace/lib/libdrv/Makefile (added) * uspace/lib/libdrv/generic/driver.c (added) * uspace/lib/libdrv/include/driver.h (added) * uspace/srv/Makefile.common (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/drivers/root/Makefile (modified) * uspace/srv/drivers/root/root.c (modified) backup (unstable) Thu, 25 Feb 2010 21:56:24 GMT Lenka Trochtova [92413de] * uspace/lib/libc/generic/devman.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) fixed a bug (devman) Thu, 25 Feb 2010 14:29:23 GMT Lenka Trochtova [729fa2d6] * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/devman.c (added) * uspace/lib/libc/include/devman.h (added) * uspace/lib/libc/include/ipc/devman.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/util.h (modified) * uspace/srv/drivers/root/Makefile (modified) * uspace/srv/drivers/root/root.c (modified) parts of root device driver Wed, 24 Feb 2010 22:09:12 GMT Lenka Trochtova [924c75e1] * uspace/Makefile (modified) * uspace/lib/libc/include/ipc/devman.h (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/drivers/root/Makefile (added) * uspace/srv/drivers/root/root.c (added) * uspace/srv/drivers/root/root.ma (added) backup (unstable) Fri, 19 Feb 2010 14:51:15 GMT Lenka Trochtova [0c3666d] * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) parts of device manager (unstable) Thu, 18 Feb 2010 15:23:15 GMT Lenka Trochtova [e85920d] * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) parts of device manager Mon, 15 Feb 2010 21:04:59 GMT Lenka Trochtova [08d9c4e6] * boot/Makefile.common (modified) * uspace/app/init/init.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/util.c (modified) * uspace/srv/devman/util.h (modified) device manager - initialization of the list of available drivers Fri, 12 Feb 2010 15:08:16 GMT Lenka Trochtova [e2b9a993] * uspace/lib/libc/include/ipc/devman.h (added) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (added) * uspace/srv/devman/main.c (added) * uspace/srv/devman/match.c (added) * uspace/srv/devman/util.c (added) * uspace/srv/devman/util.h (added) device manager - parts of code