mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 15:05:07 +00:00
![]() This is a fix so the VirtIO code doesn't lead to assertion because we try to determine the name based on the PCI values of the VirtIO device, because trying to read from the PCI configuration space requires to acquire a Mutex, which fails in an IRQ context. To ensure we never encounter a situation when we call a pure virtual function in an IRQ context, let's make class_name() method to be a non-pure virtual function, so it can be still called at anytime. |
||
---|---|---|
.. | ||
Console.cpp | ||
Console.h | ||
ConsolePort.cpp | ||
ConsolePort.h | ||
Device.cpp | ||
Device.h | ||
Queue.cpp | ||
Queue.h | ||
RNG.cpp | ||
RNG.h |