mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 23:41:00 +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 | ||