serenity/Kernel/Storage
Liav A 948be9674a Kernel: Don't compile ISA IDE controller code in non-x86 builds
The ISA IDE controller code makes sense to be compiled in a x86 build as
it relies on access to the x86 IO space. For other architectures, we can
just omit the code as there's no way we can use that code again.
To ensure we can omit the code easily, we move it to the Arch/x86
directory.
2022-09-20 18:43:05 +01:00
..
ATA Kernel: Don't compile ISA IDE controller code in non-x86 builds 2022-09-20 18:43:05 +01:00
NVMe Kernel: Move IO delay code to x86 architecture subdirectory 2022-09-20 18:43:05 +01:00
Ramdisk Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
DiskPartition.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
DiskPartition.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
StorageController.cpp Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
StorageController.h Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
StorageDevice.cpp Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
StorageDevice.h Everywhere: Fix a variety of typos 2022-09-14 04:46:49 +00:00
StorageManagement.cpp Kernel: Don't compile ISA IDE controller code in non-x86 builds 2022-09-20 18:43:05 +01:00
StorageManagement.h Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00