mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-07 09:31:53 +00:00
Add a basic NVMe driver support to serenity based on NVMe spec 1.4. The driver can support multiple NVMe drives (subsystems). But in a NVMe drive, the driver can support one controller with multiple namespaces. Each core will get a separate NVMe Queue. As the system lacks MSI support, PIN based interrupts are used for IO. Tested the NVMe support by replacing IDE driver with the NVMe driver :^) |
||
---|---|---|
.. | ||
Access.cpp | ||
Access.h | ||
API.cpp | ||
API.h | ||
Definitions.h | ||
Device.cpp | ||
Device.h | ||
IDs.h | ||
Initializer.cpp | ||
Initializer.h | ||
SysFSPCI.cpp | ||
SysFSPCI.h |