ladybird/Kernel/Bus
Liav A 8e90a4fd1c Kernel/VirtIO: Don't expose constructors as public method
This leads to a bad pattern where anyone could create an RNG or a
Console object. Instead, let's just use the common pattern of a static
method to instantiate a new object and return it wrapped by a
NonnullRefPtr.
2021-08-31 16:51:13 +02:00
..
PCI Kernel/PCI: Fix offset error of the PCI_SUBSYSTEM values 2021-08-31 16:51:13 +02:00
USB Kernel/Userland: Expose usb device address and use it in lsusb 2021-08-31 16:38:49 +02:00
VirtIO Kernel/VirtIO: Don't expose constructors as public method 2021-08-31 16:51:13 +02:00