2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-12-22 05:48:47 +01:00

show CSTS during shutdown

I temporaily added this for easier debugging.
This commit is contained in:
Abdur-Rahman Mansoor 2024-08-13 20:12:39 -04:00
parent 588d4a958c
commit c5df463132

View File

@ -1306,6 +1306,7 @@ proc nvme_cleanup
; Wait for shutdown processing to complete ; Wait for shutdown processing to complete
@@: @@:
DEBUGF DBG_INFO, "nvme: CSTS = 0x%x\n", [edi + NVME_MMIO.CSTS]
test byte [edi + NVME_MMIO.CSTS], CSTS_SHST_SHUTDOWN_COMPLETE test byte [edi + NVME_MMIO.CSTS], CSTS_SHST_SHUTDOWN_COMPLETE
jnz @b jnz @b