2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-12-22 13:58:47 +01:00
kolibrios-nvme-driver/drivers/nvme
Abdur-Rahman Mansoor 4b9fe7f4c0 significant refactoring
* Removed useless `nvme_wait` call
* Remove phase tag bit check in favor of spinlock checking
* Added back in queue wrapping (though, it still needs work)
* Fix in `is_queue_full` which didn't pop bx off the stack when
returning in some circumstances
2024-07-25 18:34:54 -04:00
..
lib.asm refactor: replace memset with memsetdz 2024-07-08 15:49:43 -04:00
macros.inc add LOCK_SPINLOCK macro 2024-07-25 18:30:28 -04:00
Makefile fix nvme.sys dependencies 2024-04-20 20:28:06 -04:00
nvme.asm significant refactoring 2024-07-25 18:34:54 -04:00
nvme.inc remove useless phase_tag field 2024-07-25 18:31:15 -04:00