]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move initialization of the block device handles earlier (we're just
authorimp <imp@FreeBSD.org>
Thu, 25 Apr 2019 20:10:02 +0000 (20:10 +0000)
committerimp <imp@FreeBSD.org>
Thu, 25 Apr 2019 20:10:02 +0000 (20:10 +0000)
commit9f458075505e7838974aa4b7c19c3ac35081d2de
tree672b9e12d691ad628cb31e5da31fc9e92348cca8
parent239128667ac45d17ff1a46082483316c38b6009d
Move initialization of the block device handles earlier (we're just
snagging them from UEFI BIOS). Call the device type init routines
earlier as well, as they don't depend on how the console is
setup. This will allow us to read files earlier in boot, so any rare
error messages that this might move only to the EFI console will be an
acceptable price to pay. Also tweak the order of has_kbd so it resides
next to the rest of the console code. It needs to be after we initialize
the buffer cache.
stand/efi/loader/main.c