summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-10-07 08:55:58 +0000
committerglebius <glebius@FreeBSD.org>2005-10-07 08:55:58 +0000
commitb66abb17fc5737282fa8e5202cc7008d205b81f9 (patch)
treee2c067ae962ca559172756f40a8808be2e831c11 /sys/i386/conf
parentd7d27546db75ea38a0e5d03e07e51a9844095947 (diff)
downloadFreeBSD-src-b66abb17fc5737282fa8e5202cc7008d205b81f9.zip
FreeBSD-src-b66abb17fc5737282fa8e5202cc7008d205b81f9.tar.gz
Polling is now configured with help of ifconfig(8), not sysctl.
Prodded by: maxim
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index e6781ac..d9cf340 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -229,10 +229,10 @@ options PERFMON
# potential increase in response times.
# It is strongly recommended to use HZ=1000 or 2000 with DEVICE_POLLING
# to achieve smoother behaviour.
-# Additionally, you can enable/disable polling at runtime with the
-# sysctl variable kern.polling.enable (defaults off), and select
-# the CPU fraction reserved to userland with the sysctl variable
-# kern.polling.user_frac (default 50, range 0..100).
+# Additionally, you can enable/disable polling at runtime with help of
+# the ifconfig(8) utility, and select the CPU fraction reserved to
+# userland with the sysctl variable kern.polling.user_frac
+# (default 50, range 0..100).
#
# Not all device drivers support this mode of operation at the time of
# this writing. See polling(4) for more details.
OpenPOWER on IntegriCloud