diff options
author | glebius <glebius@FreeBSD.org> | 2005-10-07 09:23:51 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2005-10-07 09:23:51 +0000 |
commit | 6997bbecb83ddb0351ee00e9c689c5852067f55b (patch) | |
tree | d3b8e6ad1efd38f2c994d53bcdfc0f9e5f6e4130 /sys/amd64 | |
parent | b66abb17fc5737282fa8e5202cc7008d205b81f9 (diff) | |
download | FreeBSD-src-6997bbecb83ddb0351ee00e9c689c5852067f55b.zip FreeBSD-src-6997bbecb83ddb0351ee00e9c689c5852067f55b.tar.gz |
Polling is now configured with help of ifconfig(8), not sysctl.
Prodded by: maxim
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/NOTES | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 50d432b..9cd5c34 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -76,10 +76,10 @@ cpu HAMMER # aka K8, aka Opteron & Athlon64 # 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. |