ladybird/Kernel/Bus/PCI
Liav A b849e4f907 Kernel/PCI: Don't create /proc/pci if PCI is disabled
Reading from /proc/pci assumes we have PCI enabled and also enumerated.
However, if PCI is disabled for some reason, we can't allow the user to
read from it as there's no valuable data we can supply.
2022-03-02 18:41:54 +01:00
..
Controller AK: Make Bitmap construction OOM-fallible 2022-02-11 17:49:46 +02:00
Access.cpp Kernel/PCI: Don't create /proc/pci if PCI is disabled 2022-03-02 18:41:54 +01:00
Access.h Kernel/PCI: Unify disable checks under PCI::Access::is_disabled method 2022-03-02 18:41:54 +01:00
API.cpp Everywhere: Fix spelling of "offsetted" 2021-11-21 20:22:48 +01:00
API.h Kernel/PCI: Remove all macros and replace them with enum classes 2021-09-29 11:24:33 +02:00
Definitions.h Kernel/PCI: Don't cast a domain number to u16 2022-01-19 21:54:41 +02:00
Device.cpp Kernel: Use AK:any_of in PCI::Device capability checks 2021-12-09 22:53:42 -08:00
Device.h Kernel: Clean up PCI::Device namespace formatting 2021-09-20 16:00:43 +03: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/PCI: Unify disable checks under PCI::Access::is_disabled method 2022-03-02 18:41:54 +01:00
Initializer.h Kernel/PCI: Unify disable checks under PCI::Access::is_disabled method 2022-03-02 18:41:54 +01:00
SysFSPCI.cpp Kernel: Tighten String-related includes 2021-12-30 14:16:03 +01:00
SysFSPCI.h Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00