]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ignore Device Paths in the Boot Info that don't have Media path
authorimp <imp@FreeBSD.org>
Thu, 26 Jul 2018 05:08:58 +0000 (05:08 +0000)
committerimp <imp@FreeBSD.org>
Thu, 26 Jul 2018 05:08:58 +0000 (05:08 +0000)
commit284a6353b028b1a22b2b3bcd3f50ca71fc92670f
tree66c08d110ade22297258e6942540b0601aa34731
parent7cc005451c1e4094f7f25d60862794ec589c4335
Ignore Device Paths in the Boot Info that don't have Media path
nodes. These show up in default entries on SuperMicro motherboards and
elsewhere. Before, we couldn't find a block device associated with the
device path and return BAD_CHOICE which was an instant
failure. However, a VendHw node isn't specifc, so when we don't find a
media path, return NOT_SPECIFIC so that the rest of the algorithms
work.

Sponsored by: Netflix.
stand/efi/loader/main.c