# # ChangeLog for uspace/drv/test1/test1.c in mainline # # Generated by Trac 1.6 # 2024-12-12T05:29:30Z Tue, 15 Feb 2011 19:43:50 GMT Jiri Svoboda [83a2f43] * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/pciintel/pci.h (modified) * uspace/drv/root/root.c (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/rootvirt/rootvirt.c (modified) * uspace/drv/test1/char.c (modified) * uspace/drv/test1/test1.c (modified) * uspace/drv/test1/test1.h (modified) * uspace/drv/test2/test2.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/drv/include/ops/char_dev.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/srv/devman/devman.h (modified) Rename bunch of stuff so that it starts with 'ddf_'. Mon, 14 Feb 2011 22:14:52 GMT Jiri Svoboda [cd0684d] * uspace/drv/isa/isa.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/rootvirt/rootvirt.c (modified) * uspace/drv/test1/test1.c (modified) * uspace/drv/test2/test2.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/driver.h (modified) Remove register_function_wrapper() since it became practically ... Mon, 14 Feb 2011 21:41:50 GMT Jiri Svoboda [97a62fe] * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/pciintel/pci.h (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/test1/test1.c (modified) * uspace/drv/test2/test2.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/driver.h (modified) Refactor create_function(), delete_function() and register_function() ... Sun, 13 Feb 2011 20:23:37 GMT Jiri Svoboda [bab6388] * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/root/root.c (modified) * uspace/drv/rootvirt/rootvirt.c (modified) * uspace/drv/test1/test1.c (modified) * uspace/drv/test2/test2.c (modified) Small additional cleanup. Fri, 11 Feb 2011 22:26:36 GMT Jiri Svoboda [8b1e15ac] * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/pciintel/pci.h (modified) * uspace/drv/root/root.c (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/rootvirt/rootvirt.c (modified) * uspace/drv/test1/char.c (modified) * uspace/drv/test1/test1.c (modified) * uspace/drv/test2/test2.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/drv/include/ops/char_dev.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) Finish splitting device node: devman client in C library, drv ... Fri, 17 Dec 2010 23:26:53 GMT Vojtech Horky [7551706b] * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/drv/test1/test1.c (modified) Extended virtchar1 test with device classes The test also tries to ... Fri, 17 Dec 2010 21:29:22 GMT Vojtech Horky [424558a] * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/misc/virtchar1.c (added) * uspace/app/tester/hw/misc/virtchar1.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/drv/rootvirt/devices.def (modified) * uspace/drv/test1/Makefile (modified) * uspace/drv/test1/char.c (added) * uspace/drv/test1/test1.c (modified) * uspace/drv/test1/test1.h (added) Add null char device and test for it Currently, the test only ... Wed, 01 Dec 2010 23:59:40 GMT Vojtech Horky [c245f16e] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/rootvirt/devices.def (modified) * uspace/drv/test1/test1.c (modified) * uspace/drv/test1/test1.ma (modified) * uspace/drv/test2/Makefile (added) * uspace/drv/test2/test2.c (added) * uspace/drv/test2/test2.ma (added) Add another test for DDF This test simulates hot-plug as child ... Tue, 30 Nov 2010 14:21:47 GMT Vojtech Horky [703d19c] * uspace/drv/test1/test1.c (modified) * uspace/srv/devman/devman.c (modified) A bit of refactoring Tue, 30 Nov 2010 12:15:18 GMT Vojtech Horky [1b2981aa] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/rootvirt/devices.def (modified) * uspace/drv/test1/Makefile (added) * uspace/drv/test1/test1.c (added) * uspace/drv/test1/test1.ma (added) Add test1 virtual device The test1 expose bug (deadlock) in devman.