1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:18:11 +00:00
serenity/Kernel/Storage/NVMe
Pankaj Raghav 3441eac960 Kernel: Remove delay during NVMe reset and start controller
IO::delay was added as a lazy alternative to looping with a timeout
error if the condition was not satisfied. Now that we have the
wait_for_ready function, remove the delay in the reset and start
controller function.
2022-01-18 11:37:04 +02:00
..
NVMeController.cpp Kernel: Remove delay during NVMe reset and start controller 2022-01-18 11:37:04 +02:00
NVMeController.h Kernel: Wait for NVMe controller to change enabled state 2022-01-15 16:45:56 -08:00
NVMeDefinitions.h Kernel: Wait for NVMe controller to change enabled state 2022-01-15 16:45:56 -08:00
NVMeNameSpace.cpp Kernel: Add UNMAP_AFTER_INIT to NVMe member functions 2022-01-18 11:37:04 +02:00
NVMeNameSpace.h Kernel/NVMe: Add initial NVMe driver support 2022-01-01 14:55:58 +01:00
NVMeQueue.cpp Kernel: Add UNMAP_AFTER_INIT to NVMe member functions 2022-01-18 11:37:04 +02:00
NVMeQueue.h Kernel: Fix NVMe register access 2022-01-01 21:05:44 +00:00