1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Kernel/Bus/PCI
Liav A 0a220a413f Kernel/PCI: Don't use x86 initialization methods in non-x86 builds
Using the IO address space is only relevant for x86 machines, so let's
not compile instructions to access the PCI configuration space when we
don't target x86 platforms.
2022-09-20 18:43:05 +01:00
..
Controller Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
Access.cpp Kernel: Remove PCI information node from ProcFS 2022-07-30 23:29:07 +02:00
Access.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07: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