ladybird/Kernel/Bus
Liav A 7b745a20f1 Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
These were easy to pick-up as these pointers are assigned during the
construction point and are never changed afterwards.

This small change to these pointers will ensure that our code will not
accidentally assign these pointers with a new object which is always a
kind of bug we will want to prevent.
2023-04-08 13:44:21 +02:00
..
PCI Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability 2023-04-08 13:44:21 +02:00
USB Kernel: Simplify Process factory functions 2023-04-04 10:33:42 +02:00
VirtIO Kernel/VirtIO: Ignore the VIRTIO_PCI_CAP_PCI_CFG configuration type 2023-03-19 00:19:06 +00:00