ladybird/Kernel/PCI
Liav A 583e9ad372 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.
2020-02-02 00:57:13 +01:00
..
Access.cpp Kernel: Detect devices when enumerating the PCI bus 2020-02-02 00:57:13 +01:00
Access.h Kernel: Detect devices when enumerating the PCI bus 2020-02-02 00:57:13 +01:00
Definitions.h Kernel: Detect devices when enumerating the PCI bus 2020-02-02 00:57:13 +01:00
Device.cpp Kernel: Introduce IRQ sharing support 2020-01-22 12:22:09 +01:00
Device.h Kernel: Introduce IRQ sharing support 2020-01-22 12:22:09 +01:00
Initializer.cpp Kernel: Detect devices when enumerating the PCI bus 2020-02-02 00:57:13 +01:00
Initializer.h Kernel: Detect devices when enumerating the PCI bus 2020-02-02 00:57:13 +01:00
IOAccess.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
IOAccess.h Kernel: PCI MMIO no longer uses map_for_kernel() 2020-01-21 11:29:58 +01:00
MMIOAccess.cpp Kernel: PCI MMIO no longer uses map_for_kernel() 2020-01-21 11:29:58 +01:00
MMIOAccess.h Kernel: PCI MMIO no longer uses map_for_kernel() 2020-01-21 11:29:58 +01:00