mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2024-12-22 22:08:47 +01:00
refactor: print controller version during initialization
This commit is contained in:
parent
6c120b8767
commit
01fc77ba69
@ -844,7 +844,7 @@ proc device_is_compat stdcall, pci:dword
|
|||||||
invoke MapIoMem, edx, ecx, PG_SW+PG_NOCACHE
|
invoke MapIoMem, edx, ecx, PG_SW+PG_NOCACHE
|
||||||
mov dword [esi + pcidev.io_addr], eax
|
mov dword [esi + pcidev.io_addr], eax
|
||||||
mov eax, dword [eax + NVME_MMIO.VS]
|
mov eax, dword [eax + NVME_MMIO.VS]
|
||||||
;DEBUGF DBG_INFO, "nvme%u: Controller version: 0x%x\n", [esi + pcidev.num], eax
|
DEBUGF DBG_INFO, "nvme%u: Controller version: 0x%x\n", [esi + pcidev.num], eax
|
||||||
mov dword [esi + pcidev.version], eax
|
mov dword [esi + pcidev.version], eax
|
||||||
pop ecx edx esi
|
pop ecx edx esi
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
|
Loading…
Reference in New Issue
Block a user