cherrypick initial SATA (AHCI) support, originally by Petr Jerman
commit9904eb90403c954baeba44936b6c146c62a3563d
authorMartin Decky <martin@decky.cz>
Tue, 17 Jul 2012 14:56:57 +0000 (17 16:56 +0200)
committerMartin Decky <martin@decky.cz>
Tue, 17 Jul 2012 14:56:57 +0000 (17 16:56 +0200)
tree7d890ff49294143c7cb862b699b74edd2ec07816
parentf0348c863ad29320e7b4b9db7ab172034510a554
cherrypick initial SATA (AHCI) support, originally by Petr Jerman
20 files changed:
boot/Makefile.common
uspace/Makefile
uspace/drv/block/ahci/Makefile [copied from uspace/lib/drv/Makefile with 76% similarity]
uspace/drv/block/ahci/ahci.c [new file with mode: 0644]
uspace/drv/block/ahci/ahci.h [new file with mode: 0644]
uspace/drv/block/ahci/ahci.ma [new file with mode: 0644]
uspace/drv/block/ahci/ahci_hw.h [new file with mode: 0644]
uspace/drv/block/ahci/ahci_sata.h [new file with mode: 0644]
uspace/lib/c/Makefile
uspace/lib/c/generic/device/ahci.c [new file with mode: 0644]
uspace/lib/c/include/device/ahci.h [copied from uspace/lib/drv/generic/dev_iface.c with 59% similarity]
uspace/lib/c/include/ipc/dev_iface.h
uspace/lib/drv/Makefile
uspace/lib/drv/generic/dev_iface.c
uspace/lib/drv/generic/remote_ahci.c [new file with mode: 0644]
uspace/lib/drv/include/ahci_iface.h [copied from uspace/lib/drv/generic/dev_iface.c with 59% similarity]
uspace/lib/drv/include/remote_ahci.h [copied from uspace/lib/drv/generic/dev_iface.c with 59% similarity]
uspace/srv/bd/sata_bd/Makefile [copied from uspace/lib/drv/Makefile with 76% similarity]
uspace/srv/bd/sata_bd/sata_bd.c [new file with mode: 0644]
uspace/srv/bd/sata_bd/sata_bd.h [copied from uspace/lib/drv/generic/dev_iface.c with 58% similarity]