CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/03 03:22:40
Modified files:
sys/arch/amd64/stand/efiboot: efiboot.c
Log message:
Improve the code that tries to figure out which device we booted from. The
EFI Loaded Image Device Path Protocol typically includes partition and file
components. We want to match it to a "raw" Device Path without these
components though, so we declare we have found the boot device as soon as
the Device Path matches the initial components of the Loaded Image Device Path.
ok yasuoka@