# # ChangeLog for uspace/drv/block/pci-ide/pci-ide.ma in mainline # # Generated by Trac 1.6 # 2025-08-30T19:32:12Z Tue, 21 May 2024 11:33:56 GMT Jiri Svoboda [443695e] * meson/arch/amd64/meson.build (modified) * meson/arch/ia32/meson.build (modified) * uspace/drv/block/isa-ide/isa-ide.c (modified) * uspace/drv/block/isa-ide/main.c (modified) * uspace/drv/block/pci-ide/doc/doxygroups.h (added) * uspace/drv/block/pci-ide/main.c (added) * uspace/drv/block/pci-ide/main.h (added) * uspace/drv/block/pci-ide/meson.build (added) * uspace/drv/block/pci-ide/pci-ide.c (added) * uspace/drv/block/pci-ide/pci-ide.h (added) * uspace/drv/block/pci-ide/pci-ide.ma (added) * uspace/drv/block/pci-ide/pci-ide_hw.h (added) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/meson.build (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) Basic PCI-IDE driver (no DMA support) Also, make sure we avoid ...