1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 12:55:08 +00:00
serenity/Kernel/Bus/PCI
Liav A 9132596b8e Kernel: Move ACPI and BIOS code into the new Firmware directory
This will somwhat help unify them also under the same SysFS directory in
the commit.
Also, it feels much more like this change reflects the reality that both
ACPI and the BIOS are part of the firmware on x86 computers.
2021-09-12 11:52:16 +02:00
..
Access.cpp Kernel: Move ACPI and BIOS code into the new Firmware directory 2021-09-12 11:52:16 +02:00
Access.h Kernel/PCI: Simplify the entire subsystem 2021-09-07 13:47:37 +02:00
API.cpp Kernel/PCI: Simplify the entire subsystem 2021-09-07 13:47:37 +02:00
API.h Kernel/PCI: Simplify the entire subsystem 2021-09-07 13:47:37 +02:00
Definitions.h Kernel/PCI: Simplify the entire subsystem 2021-09-07 13:47:37 +02:00
Device.cpp Kernel/PCI: Simplify the entire subsystem 2021-09-07 13:47:37 +02:00
Device.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
IDs.h Kernel/VirtIO: Determine VirtIO device class also with the PCI device ID 2021-09-04 20:53:26 +02:00
Initializer.cpp Kernel: Move ACPI and BIOS code into the new Firmware directory 2021-09-12 11:52:16 +02:00
Initializer.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
SysFSPCI.cpp Kernel/SysFS: Move the PCI bus directory to the /sys/bus directory 2021-09-12 01:44:19 +02:00
SysFSPCI.h Kernel: Make KBuffer::try_create_with_bytes() return KResultOr 2021-09-07 15:22:24 +02:00