serenity/Kernel/Bus
Liav A b596af363c Kernel/VirtIO: Make RNG device to not be a CharacterDevice
This class as a CharacterDevice really was not useful, because you
couldn't even read from it.
Also, the random number generator interface should be the /dev/random,
so any other interface to get random numbers is generally not a good
idea.
Instead, let's keep this functionality as an entropy source for random
numbers generation, but without exposing a device node.
2021-08-31 16:51:13 +02:00
..
PCI Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +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: Make RNG device to not be a CharacterDevice 2021-08-31 16:51:13 +02:00