freebsd-dev/sys/boot/efi
Toomas Soome 77d81a4dab lsdev device name section headers should be printed by dv_print callback.
lsdev command does walk over devsw list, prints list element name and
will use dv_print() callback to print the device list.
Unfortunately this approach will add unneeded noise when there are no
particular devices detected.

To remove "empty" device section headers, the dv_print() callback
should print the header instead.

In addition, fixed dv_print callback for md module.

Reviewed by:	imp
Approved by:	imp (mentor)
Differential Revision:	https://reviews.freebsd.org/D8551
2016-11-19 08:54:21 +00:00
..
boot1 Disable loop unrolling in skein for sys/boot 2016-10-06 03:32:30 +00:00
fdt Add more .NOMETA missed in r291320 2016-03-11 23:45:51 +00:00
include Add comment for the closing guard. 2016-09-18 18:40:27 +00:00
libefi lsdev device name section headers should be printed by dv_print callback. 2016-11-19 08:54:21 +00:00
loader Loader paged/pageable data is not always paged. 2016-11-08 06:50:18 +00:00
Makefile Fix typo in the COMPILER_VERSION check 2016-10-22 20:00:39 +00:00
Makefile.inc On arm64 build the efi loader with -fPIC. Without this clang 3.9 will 2016-10-31 11:13:36 +00:00