1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00
serenity/Kernel/Bus/PCI
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
..
Controller Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory 2022-09-20 18:43:05 +01:00
Access.cpp Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory 2022-09-20 18:43:05 +01:00
Access.h Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory 2022-09-20 18:43:05 +01:00
API.cpp Kernel/PCI: Don't hold spinlocks when doing fast device enumeration 2022-03-14 22:39:09 +01:00
API.h Kernel/PCI: Don't hold spinlocks when doing fast device enumeration 2022-03-14 22:39:09 +01:00
Definitions.h Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_' 2022-07-22 23:09:43 +01:00
Device.cpp Kernel: Use C++17 namespace style for nested PCI namespace 2022-04-26 22:56:45 +02:00
Device.h Kernel: Use C++17 namespace style for nested PCI namespace 2022-04-26 22:56:45 +02:00
IDs.h Kernel/Graphics: Implement basic support for VMWare SVGA adapter 2022-05-06 18:04:57 +02:00
Initializer.cpp Kernel/PCI: Don't use x86 initialization methods in non-x86 builds 2022-09-20 18:43:05 +01:00
Initializer.h Kernel: Use C++17 namespace style for nested PCI namespace 2022-04-26 22:56:45 +02:00