ladybird/Kernel/Storage/ATA
Liav A c001e3f567 Kernel/Storage: Move AHCI and IDE code into new subdirectories
We do that to increase clarity of the major and secondary components in
the subsystem. To ensure it's even more understandable, we rename the
files to better represent the class within them and to remove redundancy
in the name.

Also, some includes are removed from the general components of the ATA
components' classes.
2022-07-19 11:07:34 +01:00
..
AHCI Kernel/Storage: Move AHCI and IDE code into new subdirectories 2022-07-19 11:07:34 +01:00
GenericIDE Kernel/Storage: Move AHCI and IDE code into new subdirectories 2022-07-19 11:07:34 +01:00
ATA.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
ATAController.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ATADevice.cpp Kernel/Storage: Move AHCI and IDE code into new subdirectories 2022-07-19 11:07:34 +01:00
ATADevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ATADiskDevice.cpp Kernel/Storage: Move AHCI and IDE code into new subdirectories 2022-07-19 11:07:34 +01:00
ATADiskDevice.h Kernel/Storage: Move AHCI and IDE code into new subdirectories 2022-07-19 11:07:34 +01:00
ATAPIDiscDevice.cpp Kernel/Storage: Move AHCI and IDE code into new subdirectories 2022-07-19 11:07:34 +01:00
ATAPIDiscDevice.h Kernel: Export both interface type and command set of a StorageDevice 2022-07-15 12:29:23 +02:00