ladybird/Kernel/PCI
Andreas Kling 4644217094 Kernel: Remove "non-operational" ACPI parser state
If we don't support ACPI, just don't instantiate an ACPI parser.
This is way less confusing than having a special parser class whose
only purpose is to do nothing.

We now search for the RSDP in ACPI::initialize() instead of letting
the parser constructor do it. This allows us to defer the decision
to create a parser until we're sure we can make a useful one.
2020-04-09 17:19:11 +02:00
..
Access.cpp Kernel: Use nested Kernel::PCI namespaces more to reduce PCI:: spam 2020-04-08 17:29:37 +02:00
Access.h Kernel: Simplify PCI::initialize() 2020-04-08 18:07:35 +02:00
Definitions.h Kernel: Simplify PCI initialization logic 2020-04-08 17:39:17 +02:00
Device.cpp Kernel: Use nested Kernel::PCI namespaces more to reduce PCI:: spam 2020-04-08 17:29:37 +02:00
Device.h Kernel: Change get_pci_address() to pci_address() in PCI::Device class 2020-02-24 11:27:03 +01:00
Initializer.cpp Kernel: Remove "non-operational" ACPI parser state 2020-04-09 17:19:11 +02:00
Initializer.h Kernel: Simplify PCI initialization logic 2020-04-08 17:39:17 +02:00
IOAccess.cpp Kernel: Fix typos in PCI access boot message 2020-04-08 17:41:46 +02:00
IOAccess.h Kernel: Fix up various PCI-related function signatures 2020-04-08 17:19:46 +02:00
MMIOAccess.cpp Kernel: Fix typos in PCI access boot message 2020-04-08 17:41:46 +02:00
MMIOAccess.h Kernel: Make most of the PCI::MMIOAccess members private 2020-04-08 17:26:39 +02:00