stand/kboot: Initialize all the devices
authorWarner Losh <imp@FreeBSD.org>
Wed, 7 Dec 2022 17:50:35 +0000 (10:50 -0700)
committerWarner Losh <imp@FreeBSD.org>
Wed, 7 Dec 2022 18:00:54 +0000 (11:00 -0700)
commit299c64e316f026a9441775f21dfdb69e8125d58e
tree6b268a543de525663b9f4bded475dff3bb6e0b7b
parent288626083b6064a777ecfe1f64af06d658ef804c
stand/kboot: Initialize all the devices

main() of the boot loader is expected to call devinit() early. We do
this at the same time we do it in the EFI loader (except we don't have a
buffer cache here, we don't need to initialize time and we don't have
special efi partition handles to enumerate). This is just after we probe
for the console.

Sponsored by: Netflix
stand/kboot/main.c