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 | |
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
-rw-r--r-- | share/man/man4/polling.4 | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/polling.4 b/share/man/man4/polling.4 index 73d5f8c..33cdd06 100644 --- a/share/man/man4/polling.4 +++ b/share/man/man4/polling.4 @@ -90,7 +90,10 @@ requires explicit modifications to the device drivers. As of this writing, the .Xr dc 4 , .Xr em 4 , +.Xr fwe 4 , .Xr fxp 4 , +.Xr nge 4 , +.Xr re 4 , .Xr rl 4 , and .Xr sis 4 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 |