opnsense-src/sys/boot/pc98/libpc98
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
..
bioscd.c lsdev device name section headers should be printed by dv_print callback. 2016-11-19 08:54:21 +00:00
biosdisk.c lsdev device name section headers should be printed by dv_print callback. 2016-11-19 08:54:21 +00:00
biosmem.c A new implementation of the loader block cache 2016-04-18 23:09:22 +00:00
biossmap.c Add a stub of bios_addsmapdata(). PC98 does not have BIOS SMAP. 2006-11-09 08:28:02 +00:00
comconsole.c Make comconsole options set before its activation to be remembered. 2014-01-20 23:27:05 +00:00
libpc98.h Add setting machine type support to the loader. 2009-12-31 12:05:48 +00:00
Makefile Create a new linker set, Xficl_compile_set which contains a list of 2016-10-14 16:23:12 +00:00
pc98_sys.c Add setting machine type support to the loader. 2009-12-31 12:05:48 +00:00
time.c MFi386: the part of r179825 to reduce diffs against i386. 2009-03-20 05:21:29 +00:00
vidconsole.c Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for 2011-10-25 19:45:12 +00:00