Skip to content
Snippets Groups Projects
Commit d565a35d authored by Neil Armstrong's avatar Neil Armstrong
Browse files

distro_bootcmd: run pci enum for scsi_boot just like it is done for nvme_boot


The SCSI device can be a PCIe adapter, so run pcie enum if enabled.

Signed-off-by: default avatarMark Kettenis <kettenis@openbsd.org>
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
parent f485e9df
No related branches found
No related tags found
No related merge requests found
......@@ -226,6 +226,7 @@
"fi\0" \
\
"scsi_boot=" \
BOOTENV_RUN_PCI_ENUM \
BOOTENV_RUN_SCSI_INIT \
BOOTENV_SHARED_BLKDEV_BODY(scsi)
#define BOOTENV_DEV_SCSI BOOTENV_DEV_BLKDEV
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment