1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 14:15:08 +00:00
serenity/Kernel/Arch/x86/PCI/Controller
Liav A 1596ee241f Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory
The simple PCI::HostBridge class implements access to the PCI
configuration space by using x86 IO instructions. Therefore, it should
be put in the Arch/x86/PCI directory so it can be easily omitted for
non-x86 builds.
2022-09-20 18:43:05 +01:00
..
HostBridge.cpp Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory 2022-09-20 18:43:05 +01:00
HostBridge.h Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory 2022-09-20 18:43:05 +01:00