mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2025-01-03 03:15:56 +01:00
cqyhdbl_write: add TODO comment
This commit is contained in:
parent
7a82d090da
commit
66c4c491d9
@ -1136,6 +1136,12 @@ proc cqyhdbl_write stdcall, pci:dword, y:dword, cqh:dword
|
||||
mov word [esi + edx], ax ; Write to CQyHDBL
|
||||
mov word [edi + NVM_QUEUE_ENTRY.head], ax
|
||||
|
||||
; NOTE: Currently commented out since we're just using
|
||||
; plain spinlocks for notifying when a command has been
|
||||
; completed, but this will be uncommented later and use
|
||||
; semaphores instead of mutexes once the polling code
|
||||
; has been replaced with the asynchronous API.
|
||||
|
||||
; Unlock the mutex now that the command is complete
|
||||
;mov edi, dword [edi + NVM_QUEUE_ENTRY.cmd_ptr]
|
||||
;mov ecx, [cqh]
|
||||
|
Loading…
Reference in New Issue
Block a user