# # ChangeLog for uspace/drv/block in mainline # # Generated by Trac 1.6 # 2025-10-19T14:53:30Z Sat, 21 Jul 2012 23:15:18 GMT Martin Decky [76c07e4] * uspace/drv/block/ahci/ahci.c (modified) fix condition reset Sat, 21 Jul 2012 14:11:55 GMT Martin Decky [eb3683a] * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) AHCI improvements * avoid interrupt lockups by properly detecting ... Wed, 18 Jul 2012 17:35:08 GMT Martin Decky [ae3ff9f5] * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/ahci/ahci_sata.h (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) import AHCI updates (comments, fixes) from Petr Jerman (lp:~petr- ... Tue, 17 Jul 2012 16:35:09 GMT Martin Decky [730dce77] * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/ahci/ahci_sata.h (modified) get rid of the packed structure attribute (there should be no ... Tue, 17 Jul 2012 15:52:55 GMT Martin Decky [a00d555] * uspace/drv/block/ahci/ahci.c (modified) AHCI fixups Tue, 17 Jul 2012 14:56:57 GMT Martin Decky [9904eb90] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/block/ahci/Makefile (added) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/srv/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) cherrypick initial SATA (AHCI) support, originally by Petr Jerman