sys/boot/efi: Use a struct efi_devdesc instead of devdesc for now.
authorImre Vadász <imre@vdsz.com>
Tue, 15 Mar 2016 22:36:06 +0000 (23:36 +0100)
committerImre Vadász <imre@vdsz.com>
Mon, 21 Mar 2016 22:05:25 +0000 (23:05 +0100)
commit0c3d7b039f4d993af6edaf1d79fb308342298c5d
tree9c0e62a98e0fb1d3befebd2aa1e78faa6a1e3699
parentbd287495c83a1abc99b173c9553a06ca1764354a
sys/boot/efi: Use a struct efi_devdesc instead of devdesc for now.

* Using the struct devdesc as in FreeBSD's code would require some
  additional updates in the generic bootloader code from FreeBSD.
sys/boot/efi/include/efilib.h
sys/boot/efi/libefi/efinet.c
sys/boot/efi/libefi/efipart.c
sys/boot/efi/loader/devicename.c
sys/boot/efi/loader/main.c