1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +00:00
serenity/Kernel/Bus
Liav A e39086f2c6 Kernel: Move PCI initialization x86-specific code to the arch directory
It seems more correct to let each platform to define its own sequence of
initialization of the PCI bus, so let's remove the #if flags and just
put the entire Initializer.cpp file in the appropriate code directory.
2022-09-20 18:43:05 +01:00
..
PCI Kernel: Move PCI initialization x86-specific code to the arch directory 2022-09-20 18:43:05 +01:00
USB Kernel: Move IO delay code to x86 architecture subdirectory 2022-09-20 18:43:05 +01:00
VirtIO Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00