mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2025-02-08 13:16:52 +01:00
add print log to show if NVMe device was detected on the PCI bus
This commit is contained in:
parent
4a1f7a5475
commit
bd4bec5487
@ -523,6 +523,7 @@ proc detect_nvme
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
.found_dev:
|
.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
|
cmp dword [pcidevs_len], TOTAL_PCIDEVS
|
||||||
jne @f
|
jne @f
|
||||||
DEBUGF DBG_INFO, "Can't add any more NVMe devices...\n"
|
DEBUGF DBG_INFO, "Can't add any more NVMe devices...\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user