2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2025-02-03 10:52:07 +01:00
Abdur-Rahman Mansoor bd69938eb8 refactor: put nvme_cmd_wait directly in sqytdbl_write instead
This also fixes the strange crashing (I think... I have not been able to
replicate it) when creating the I/O queues, as I think what happens is
since I didn't wait for the I/O completion queue to be created, the CQID
may not be valid when creating the I/O submission queue which is why the
system weirded out like that.
2024-06-21 16:59:10 -04:00
..