1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Kernel/Storage/ATA
Liav A aeef1c52bc Kernel: Move PCI IDE driver code to the Arch/x86 directory
That code heavily relies on x86-specific instructions, and while other
CPU architectures and platforms can have PCI IDE controllers, currently
we don't support those, so this code is a special case which needs to be
in the Arch/x86 directory.
In the future it could be put back to the original place when we make it
more generic and suitable for other platforms.
2022-09-20 18:43:05 +01:00
..
AHCI Kernel: Remove stale includes of x86 IO header file 2022-09-20 18:43:05 +01:00
GenericIDE Kernel: Move PCI IDE driver code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
ATAController.cpp Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
ATAController.h Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
ATADevice.cpp Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
ATADevice.h Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
ATADiskDevice.cpp Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
ATADiskDevice.h Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
ATAPort.cpp Kernel: Move IO delay code to x86 architecture subdirectory 2022-09-20 18:43:05 +01:00
ATAPort.h Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage 2022-08-24 18:35:41 +02:00
Definitions.h Kernel: Fix misplaced #include in ATA/Definitions.h 2022-09-18 18:30:05 -07:00