OpenBSD cvs log

created 2020-01-29T00:36:00Z
begin 2019-11-26T18:50:29Z
end 2019-11-26T19:08:02Z
path src/sys
commits 2

date 2019-11-26T19:08:01Z
author bluhm
files src/sys/arch/amd64/stand/efi32/efipxe.c log diff annotate
message Several functions expect that bootdev_dip is not NULL and can be
dereferenced. But there is no boot disk when EFI bootloader has
been received via TFPT. Fake a disk info that never maches a real
disk. Fixes a hang in run_loadfile() during HP Elitebook UEFI boot.
OK patrick@

date 2019-11-26T19:08:02Z
author bluhm
files src/sys/arch/amd64/stand/efi64/efipxe.c log diff annotate
src/sys/arch/amd64/stand/efiboot/efipxe.c log diff annotate
message Several functions expect that bootdev_dip is not NULL and can be
dereferenced. But there is no boot disk when EFI bootloader has
been received via TFPT. Fake a disk info that never maches a real
disk. Fixes a hang in run_loadfile() during HP Elitebook UEFI boot.
OK patrick@