diff options
author | ale <ale@FreeBSD.org> | 2004-01-11 22:07:19 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-11 22:07:19 +0000 |
commit | f20180c215090bb04cfb535a04f33e2b8e6b61bf (patch) | |
tree | a84e842e2112a9f06207d3c108f4199d0442fefa /sys | |
parent | f805d7f5527061ba7af4c825e0657a43fb69f380 (diff) | |
download | FreeBSD-src-f20180c215090bb04cfb535a04f33e2b8e6b61bf.zip FreeBSD-src-f20180c215090bb04cfb535a04f33e2b8e6b61bf.tar.gz |
Update list of device drivers that support polling.
Remove redundancy in NOTES.
PR: docs/61195
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: blackend (mentor)
MFC after: 1 week
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 9741b54..0ccd0d3 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -231,8 +231,8 @@ options PERFMON # the CPU fraction reserved to userland with the sysctl variable # kern.polling.user_frac (default 50, range 0..100). # -# Only the "dc" "fxp" and "sis" devices support this mode of operation at -# the time of this writing. +# Not all device drivers support this mode of operation at the time of +# this writing. See polling(4) for more details. options DEVICE_POLLING |