opnsense-src/sys/boot/userboot/userboot
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
..
autoload.c
biossmap.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
bootinfo.c howto_names: unify declaration 2014-03-11 10:13:06 +00:00
bootinfo32.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
bootinfo64.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
conf.c userboot: enable bzipfs support 2015-06-03 10:10:00 +00:00
copy.c Remove unused variables. 2012-08-05 11:59:46 +00:00
devicename.c Quiesce warning about discarding a const qualifier in assignement. 2014-08-08 21:47:47 +00:00
elf32_freebsd.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
elf64_freebsd.c Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
host.c lsdev device name section headers should be printed by dv_print callback. 2016-11-19 08:54:21 +00:00
libuserboot.h Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
main.c Bug 212038 - svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU 2016-08-24 16:40:29 +00:00
Makefile Fix build WITHOUT_FORTH 2016-10-14 11:57:08 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
userboot_cons.c Provide an alias for the userboot console and name it 'comconsole'. 2014-05-01 00:12:24 +00:00
userboot_disk.c lsdev device name section headers should be printed by dv_print callback. 2016-11-19 08:54:21 +00:00
version