1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 07:35:07 +00:00
serenity/Kernel/Bus/PCI/Controller
Liav A 428d4ae337 Kernel/PCI: Break early of controller iteration over devices in OOM case
This is mainly useful when adding an HostController but due to OOM
condition, we abort temporary Vector insertion of a DeviceIdentifier
and then exit the iteration loop to report back the error if occured.
2022-03-14 22:39:09 +01:00
..
HostBridge.cpp Kernel/PCI: Break early of controller iteration over devices in OOM case 2022-03-14 22:39:09 +01:00
HostBridge.h Kernel/PCI: Break early of controller iteration over devices in OOM case 2022-03-14 22:39:09 +01:00
HostController.h Kernel/PCI: Break early of controller iteration over devices in OOM case 2022-03-14 22:39:09 +01:00
MemoryBackedHostBridge.cpp Kernel/PCI: Split host bridge code from the Access singleton 2022-01-08 23:49:26 +01:00
MemoryBackedHostBridge.h Kernel/PCI: Add basic support for the VMD PCI bridge device 2022-01-23 01:12:55 +01:00
VolumeManagementDevice.cpp Kernel/PCI: Add basic support for the VMD PCI bridge device 2022-01-23 01:12:55 +01:00
VolumeManagementDevice.h Kernel/PCI: Add basic support for the VMD PCI bridge device 2022-01-23 01:12:55 +01:00