2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2025-01-26 07:20:42 +01:00
kolibrios-nvme-driver/drivers/nvme
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
..
lib.asm add lib.asm 2024-06-12 18:02:32 -04:00
macros.inc fix PDEBUGF macro 2024-04-28 21:02:04 -04:00
Makefile fix nvme.sys dependencies 2024-04-20 20:28:06 -04:00
nvme.asm refactor: put nvme_cmd_wait directly in sqytdbl_write instead 2024-06-21 16:59:10 -04:00
nvme.inc refactor: allocate sq_ptr/cq_ptr for each queue 2024-06-20 16:27:09 -04:00