1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 17:27:35 +00:00
serenity/Kernel/Bus/PCI
Liav A cecfd42916 Kernel/PCI: Verify Access is not initialized before initializing it
There's no valid case where we should try to initialize the Access
singleton multiple times, therefore just assert if it ever happens.
2022-01-21 19:09:16 +02:00
..
Controller Kernel/PCI: Don't try to enumerate 255 functions on the host bridge 2022-01-19 21:54:41 +02:00
Access.cpp Kernel/PCI: Verify Access is not initialized before initializing it 2022-01-21 19:09:16 +02:00
Access.h Kernel/PCI: Split host bridge code from the Access singleton 2022-01-08 23:49:26 +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: Split host bridge code from the Access singleton 2022-01-08 23:49:26 +01: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: 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