git: sys/boot/efi: Use a struct efi_devdesc instead of devdesc for now.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Mon Mar 21 15:12:57 PDT 2016


commit 0c3d7b039f4d993af6edaf1d79fb308342298c5d
Author: Imre Vadász <imre at vdsz.com>
Date:   Tue Mar 15 23:36:06 2016 +0100

    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.

Summary of changes:
 sys/boot/efi/include/efilib.h    | 25 +++++++++++++++++++++++++
 sys/boot/efi/libefi/efinet.c     |  4 ++--
 sys/boot/efi/libefi/efipart.c    | 20 ++++++++++----------
 sys/boot/efi/loader/devicename.c | 23 ++++++++++++-----------
 sys/boot/efi/loader/main.c       |  6 +++---
 5 files changed, 52 insertions(+), 26 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0c3d7b039f4d993af6edaf1d79fb308342298c5d


-- 
DragonFly BSD source repository



More information about the Commits mailing list