]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r329268, r329517
authorkevans <kevans@FreeBSD.org>
Fri, 6 Apr 2018 18:38:25 +0000 (18:38 +0000)
committerkevans <kevans@FreeBSD.org>
Fri, 6 Apr 2018 18:38:25 +0000 (18:38 +0000)
commit883d5d5c89ca42eba284721201080614b0cc7554
treecc5edb3697f0b649422bb349755fe76dd2bfb8e1
parentb166cff0a1647a873d17bfeacf8b5e24e918a4a5
MFC r329268, r329517

r329268:
efi: Only scan the BLKIO MEDIA once

Scan only the BLOCK IO MEDIA once instead of each time for each type of
device (fd, cd and hdd).
Leave the mechanism to free and reprobe all devices if one day we want
to implement a "dev rescan" thing.

r329517:
efi: Do not pad the efi devpath structure

This solve problem when booting with efi on armv7
stand/efi/include/efidevp.h
stand/efi/include/efilib.h
stand/efi/libefi/efipart.c
stand/efi/loader/main.c