freebsd-dev/sys/boot/uboot
Toomas Soome cbd6713146 Loader paged/pageable data is not always paged.
This change does modify devsw dv_print() to return the int value,
enabling walkers to interrupt the walk on non zero value from dv_print().

This will allow the pager_print actually to stop displaying data on
user input, and additionally pager is used in various *dev_print callbacks,
where it was missing.

For test, lsdev [-v] command should display data by screenfuls and should
stop when the key 'q' is pressed on pager prompt.

Reviewed by:	allanjude
Approved by:	allanjude (mentor)
Differential Revision:	https://reviews.freebsd.org/D5461
2016-11-08 06:50:18 +00:00
..
common sys/boot: use our nitems() macro when it is available through param.h. 2016-04-19 23:44:33 +00:00
fdt sys/boot: spelling fixes in comments. 2016-04-30 00:26:38 +00:00
lib Loader paged/pageable data is not always paged. 2016-11-08 06:50:18 +00:00
Makefile Start to allow platforms other than U-Boot to use the FDT code in loader by 2014-11-01 17:12:44 +00:00
Makefile.inc