1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 23:07:34 +00:00
serenity/Kernel/Storage/NVMe
Idan Horowitz fb3e46e930 Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
This mostly just moved the problem, as a lot of the callers are not
capable of propagating the errors themselves, but it's a step in the
right direction.
2022-01-13 22:40:25 +01:00
..
NVMeController.cpp Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr 2022-01-13 22:40:25 +01:00
NVMeController.h Kernel: Fix NVMe register access 2022-01-01 21:05:44 +00:00
NVMeDefinitions.h Kernel/NVMe: Add initial NVMe driver support 2022-01-01 14:55:58 +01:00
NVMeNameSpace.cpp Kernel: Move NonnullRefPtrVector<NVMeQueue>s instead of copying them 2022-01-12 16:09:09 +02:00
NVMeNameSpace.h Kernel/NVMe: Add initial NVMe driver support 2022-01-01 14:55:58 +01:00
NVMeQueue.cpp Kernel: Fix NVMe register access 2022-01-01 21:05:44 +00:00
NVMeQueue.h Kernel: Fix NVMe register access 2022-01-01 21:05:44 +00:00