ladybird/Kernel/Bus/PCI
Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
We now use AK::Error and AK::ErrorOr<T> in both kernel and userspace!
This was a slightly tedious refactoring that took a long time, so it's
not unlikely that some bugs crept in.

Nevertheless, it does pass basic functionality testing, and it's just
real nice to finally see the same pattern in all contexts. :^)
2021-11-08 01:10:53 +01:00
..
Access.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
Access.h Kernel/PCI: Remove InterruptDisabler usage 2021-10-23 19:17:44 +02:00
API.cpp Kernel/PCI: Remove all macros and replace them with enum classes 2021-09-29 11:24:33 +02: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: Remove all macros and replace them with enum classes 2021-09-29 11:24:33 +02:00
Device.cpp Kernel/PCI: Remove all macros and replace them with enum classes 2021-09-29 11:24:33 +02: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: Simplify detect_optimal_access_type function 2021-10-23 19:17:44 +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: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
SysFSPCI.h Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00