1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 14:15:08 +00:00
serenity/Kernel/Arch/x86/PCI
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
..
Controller Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory 2022-09-20 18:43:05 +01:00
IDELegacyModeController.cpp Kernel: Move PCI IDE driver code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
IDELegacyModeController.h Kernel: Move PCI IDE driver code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
Initializer.cpp Kernel: Move PCI initialization x86-specific code to the arch directory 2022-09-20 18:43:05 +01:00