]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader.efi: efipart_inithandles() failure should not prevent devsw initialization
authorToomas Soome <tsoome@FreeBSD.org>
Thu, 2 Aug 2018 12:43:40 +0000 (12:43 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Thu, 2 Aug 2018 12:43:40 +0000 (12:43 +0000)
commitbcc7f4c221083024771d94ed632dae5081012c43
treeeee416bed14d670fc08f89db9ce73926ce16d245
parent7a9e13ddb28750b23d8c4b8d6ad05321545ce17c
loader.efi: efipart_inithandles() failure should not prevent devsw initialization

The efipart_inithandles() can return error code when there are no block devices,
however, we still should walk and initialize devsw.
stand/efi/loader/main.c