# # ChangeLog for uspace/drv in mainline # # Generated by Trac 1.6 # 2025-12-01T03:59:43Z Sat, 23 Oct 2010 17:51:33 GMT Jiri Svoboda [8304889] * uspace/drv/pciintel/pci.c (modified) Get rid of Yoda comparisons in pci.c. Sat, 23 Oct 2010 17:39:53 GMT Jiri Svoboda [713a4b9] * uspace/drv/pciintel/pci.c (modified) * uspace/drv/pciintel/pci.h (modified) Convert inline functions to regular functions in pciintel. Sat, 23 Oct 2010 13:18:11 GMT Jiri Svoboda [667eac4] * uspace/drv/isa/Makefile (modified) * uspace/drv/ns8250/Makefile (modified) * uspace/drv/pciintel/Makefile (modified) * uspace/drv/root/Makefile (modified) * uspace/drv/rootia32/Makefile (modified) Makefile nits. Sat, 23 Oct 2010 13:07:45 GMT Jakub Jermar [b9ccc46d] * uspace/drv/rootia32/rootia32.c (modified) Cstyle fixes in rootia32 driver. Sat, 23 Oct 2010 13:01:34 GMT Jakub Jermar [5291411] * uspace/drv/root/root.c (modified) Cstyle fixes in the root driver. Sat, 23 Oct 2010 10:56:44 GMT Jakub Jermar [663f41c4] * uspace/drv/pciintel/pci.c (modified) * uspace/drv/pciintel/pci.h (modified) * uspace/drv/pciintel/pci_regs.h (modified) Cstyle fixes in pciintel. Sat, 23 Oct 2010 10:25:37 GMT Jakub Jermar [49698fa] * uspace/drv/ns8250/cyclic_buffer.h (modified) * uspace/drv/ns8250/ns8250.c (modified) Cstyle fixes in ns8250 driver. Sat, 23 Oct 2010 10:24:39 GMT Jakub Jermar [472020fc] * uspace/drv/pciintel/pci.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) Mark EPARTY for replacement by another error code. Fri, 22 Oct 2010 16:38:25 GMT Jiri Svoboda [032e0bb] * uspace/drv/isa/isa.c (modified) Improve cstyle in isa driver. Thu, 21 Oct 2010 19:23:23 GMT Jakub Jermar [a79d88d] * boot/Makefile (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/isa/Makefile (moved) * uspace/drv/isa/isa.c (moved) * uspace/drv/isa/isa.dev (moved) * uspace/drv/isa/isa.ma (moved) * uspace/drv/ns8250/Makefile (moved) * uspace/drv/ns8250/cyclic_buffer.h (moved) * uspace/drv/ns8250/ns8250.c (moved) * uspace/drv/ns8250/ns8250.ma (moved) * uspace/drv/pciintel/Makefile (moved) * uspace/drv/pciintel/pci.c (moved) * uspace/drv/pciintel/pci.h (moved) * uspace/drv/pciintel/pci_regs.h (moved) * uspace/drv/pciintel/pciintel.ma (moved) * uspace/drv/root/Makefile (moved) * uspace/drv/root/root.c (moved) * uspace/drv/root/root.ma (moved) * uspace/drv/rootia32/Makefile (moved) * uspace/drv/rootia32/rootia32.c (moved) * uspace/drv/rootia32/rootia32.ma (moved) * uspace/srv/devman/main.c (modified) Move the device driver framework drivers under "uspace/drv" in the ...