This is another bit of work I have actually done on loader port on illumos
and pushing to fbsd.
The loader is using pager api to represent some data, enabling users
actually to view information, before it will be scrolled out of the screen.
This update adds more pager support for disk devices and implements
pager setup for few commands, which are missing this feature; notably
memmap/nvram for loader.efi. Note the EFI variables will actually need
more work to present the values, I think that would be outside the scope
of this update, however.