2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2025-02-01 18:10:29 +01:00

add print log to show if NVMe device was detected on the PCI bus

This commit is contained in:
Abdur-Rahman Mansoor 2024-08-03 13:18:06 -04:00
parent 4a1f7a5475
commit bd4bec5487

View File

@ -523,6 +523,7 @@ proc detect_nvme
ret
.found_dev:
PDEBUGF DBG_INFO, "PCI(%u.%u.%u): Detected NVMe device...\n", [esi + PCIDEV.bus], [esi + PCIDEV.devfn]
cmp dword [pcidevs_len], TOTAL_PCIDEVS
jne @f
DEBUGF DBG_INFO, "Can't add any more NVMe devices...\n"