mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Kernel/NVMe: Add initial NVMe driver support
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 :^)
This commit is contained in:
parent
602b35aa62
commit
e99fafb683
Notes:
sideshowbarker
2024-07-17 21:50:50 +09:00
Author: https://github.com/Panky-codes
Commit: e99fafb683
Pull-request: https://github.com/SerenityOS/serenity/pull/11222
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/FireFox317
Reviewed-by: https://github.com/Sylvyrfysh
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/supercomputer7 ✅
13 changed files with 946 additions and 0 deletions
|
@ -123,6 +123,7 @@ set(MULTIPROCESSOR_DEBUG ON)
|
|||
set(NE2000_DEBUG ON)
|
||||
set(NETWORK_TASK_DEBUG ON)
|
||||
set(NT_DEBUG ON)
|
||||
set(NVME_DEBUG ON)
|
||||
set(OCCLUSIONS_DEBUG ON)
|
||||
set(OFFD_DEBUG ON)
|
||||
set(PAGE_FAULT_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue