summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-02-11 22:55:24 +0000
committerian <ian@FreeBSD.org>2015-02-11 22:55:24 +0000
commitf8178723e9bb3e51a017187b2a3694e110ad5202 (patch)
treef1c6cb0a9a16de5c5aae59f0978cc9c2a2d77234 /sys/boot/forth
parentba124c2ef35f4bf14972d64b724ac66e69bbed26 (diff)
downloadFreeBSD-src-f8178723e9bb3e51a017187b2a3694e110ad5202.zip
FreeBSD-src-f8178723e9bb3e51a017187b2a3694e110ad5202.tar.gz
MFC r276079, r276087:
Add a divisor parameter to twiddle() so that callers can request that output only happen on every Nth call. Add a new loader(8) variable, twiddle_divisor, allowing control over the output frequency of the "twiddle" IO progress indicator.
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 0e56ecc..8e06029 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -75,6 +75,7 @@ module_path="/boot/modules" # Set the module search path
# the block size is set to 512. If the value
# is out of range ( < 8 || > 9008 ) an error is
# returned.
+#twiddle_divisor="1" # >1 means slow down the progress indicator.
##############################################################
OpenPOWER on IntegriCloud