1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 23:07:34 +00:00
serenity/Kernel/Bus/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
..
HostController.cpp Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory 2022-09-20 18:43:05 +01:00
HostController.h Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory 2022-09-20 18:43:05 +01:00
MemoryBackedHostBridge.cpp Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory 2022-09-20 18:43:05 +01:00
MemoryBackedHostBridge.h Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory 2022-09-20 18:43:05 +01:00
VolumeManagementDevice.cpp Kernel/PCI: Add basic support for the VMD PCI bridge device 2022-01-23 01:12:55 +01:00
VolumeManagementDevice.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00