summaryrefslogtreecommitdiff
path: root/Kernel/Storage/ATA/ATAPIDiscDevice.cpp
AgeCommit message (Expand)Author
2022-08-14Kernel/Storage: Remove the stale ATAPIDiscDevice classLiav A
2022-07-19Kernel/Storage: Move AHCI and IDE code into new subdirectoriesLiav A
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-17Kernel: Use default constructors/destructorsLenny Maiorani
2021-12-28Kernel: Remove the KString::try_create(String::formatted(...)) patternDaniel Bertalan
2021-12-23Kernel: Make major and minor numbers to be DistinctNumericsLiav A
2021-11-13Kernel/Storage: Move all ATA related code to a new subdirectoryLiav A