ladybird/Kernel/Bus
Liav A d61c23569e Kernel/VirtIO: Introduce the concept of transport options
The VirtIO specification defines many types of devices with different
purposes, and it also defines 3 possible transport mediums where devices
could be connected to the host machine.

We only care about the PCIe transport, but this commit puts the actual
foundations for supporting the lean MMIO transport too in the future.

To ensure things are kept abstracted but still functional, the VirtIO
transport code is responsible for what is deemed as related to an actual
transport type - allocation of interrupt handlers and tinkering with low
level transport-related registers, etc.
2023-09-16 14:04:17 -06:00
..
PCI Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
SerialIO Kernel: Untie PS2 mouse and keyboard devices from i8042 implementation 2023-06-21 05:02:09 -06:00
USB Kernel: Don't allocate memory for names of processes and threads 2023-08-09 21:06:54 -06:00
VirtIO Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00