mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Detect devices when enumerating the PCI bus
Instead of making each driver to enumerate the PCI bus itself, PCI::Initializer will call detect_devices() to do one enumeration of the bus.
This commit is contained in:
@@ -39,10 +39,11 @@ public:
|
||||
static void dismiss();
|
||||
|
||||
private:
|
||||
void detect_devices();
|
||||
~Initializer();
|
||||
Initializer();
|
||||
bool test_acpi();
|
||||
bool test_pci_io();
|
||||
bool test_pci_mmio();
|
||||
void initialize_pci_mmio_access_after_test();
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user