freebsd-dev/stand/efi
Warner Losh 49898aa2ff We can't use d_opendata for blkio storage.
open_disk uses d_opendata for it's own purpse. We can't store blkio
there. Fortunately, blkio is stored elsewhere and we never actually
retrieve blkio from d_opendata. Eliminate it as a source of confusion.
Eliminate all stores of d_opendata in efi since this layer doesn't own
that field.
2018-03-12 21:39:38 +00:00
..
boot1 Centralize several variables. 2018-02-02 06:32:26 +00:00
fdt Remove now-unused variable after r328809 2018-02-04 17:31:50 +00:00
include efi: Do not pad the efi devpath structure 2018-02-18 11:17:39 +00:00
libefi We can't use d_opendata for blkio storage. 2018-03-12 21:39:38 +00:00
loader We can't use d_opendata for blkio storage. 2018-03-12 21:39:38 +00:00
Makefile stand: Fix build after r330249 2018-03-01 21:46:01 +00:00
Makefile.inc