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:
parent
4a1f7a5475
commit
bd4bec5487
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user