Baptiste Daroussin
6c89995002
use .Mt to mark up email addresses consistently (final part)
...
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
2014-06-26 21:46:14 +00:00
Jack F Vogel
724f79462b
Make the polling interface in igb able to handle
...
multiqueue, and correct the rxdone handling. Update
the polling man page to include igb as well.
Thanks to Mark Johnston for these changes.
2012-08-06 22:43:49 +00:00
Robert Watson
a38fdf2946
Rather than fix questionable ifnet list locking in the implementation of
...
the kern.polling.enable sysctl, remove the sysctl. It has been deprecated
since FreeBSD 6 in favour of per-ifnet polling flags.
Reviewed by: luigi
Approved by: re (kib)
2009-08-15 23:07:43 +00:00
Christian Brueffer
2c77eccba4
nfe(4) supports polling.
2007-04-06 14:25:14 +00:00
Christian Brueffer
dc19f7e892
bce(4) does not work correctly in polling(4) mode for now.
2006-12-02 09:03:06 +00:00
Pyun YongHyeon
dba53116ec
Add stge(4) to the list of devices supporting polling.
2006-07-25 00:54:58 +00:00
Christian Brueffer
b1d4eb6678
bce(4) does polling too.
...
MFC after: 3 days
2006-04-13 17:44:40 +00:00
Gleb Smirnoff
463a11c662
Fix typo from last commit.
...
Submitted by: simon
2005-10-22 20:47:38 +00:00
Gleb Smirnoff
66b1745e3e
Add bge(4) to the list of supported devices.
2005-10-22 14:38:52 +00:00
Gleb Smirnoff
ec3ae2cced
Two fixes for the last commit.
...
Submitted by: ru
2005-10-02 10:57:33 +00:00
Gleb Smirnoff
5aa6b4b716
- Catch up with the fact that HZ is 1000 now by default.
...
- Remove description of poll in trap feature.
- Tell that polling should be turned on and off with ifconfig.
- Move description of kern.polling.enable to the end and say
that this a deprecated way of turning polling on.
- Remove note that idle poll has some problems in CURRENT. I failed
to find them, while Sam and Luigi failed to remember what the
problem actually were there.
2005-10-01 19:04:22 +00:00
Ruslan Ermilov
df98ba00cd
Grr, fix another braino.
2005-04-16 05:34:48 +00:00
Ruslan Ermilov
644a4ae9d0
Fix braino in previous revision.
2005-04-16 05:33:42 +00:00
Ruslan Ermilov
77d23c9bc3
xl(4) meets polling(4). Hardware for this work kindly provided by
...
Eric Masson.
MFC after: 3 weeks
2005-03-26 20:22:58 +00:00
Christian Brueffer
4d597022c8
fwip(4) supports polling.
...
MFC after: 3 days
2004-12-14 19:27:16 +00:00
Christian Brueffer
193397f467
sf(4) supports polling now
...
MFC after: 2 weeks
2004-11-10 23:31:15 +00:00
Christian Brueffer
244f89ea5d
vge(4) supports polling
2004-10-11 13:27:44 +00:00
Christian Brueffer
d79243f886
Re-formulate the first sentence for better readability
...
MFC after: 3 days
2004-09-18 12:33:01 +00:00
Christian Brueffer
b1e6f7858d
ixgb(4) supports polling as well
...
MFC after: 3 days
2004-09-05 14:47:10 +00:00
Ruslan Ermilov
cbcb800959
polling(4) meets vr(4).
2004-04-05 17:43:57 +00:00
Ruslan Ermilov
001407b9c2
Added polling(4) support for ste(4).
...
MFC after: 5 days
2004-03-31 20:39:20 +00:00
Ruslan Ermilov
07742bd14e
Luigi was polled for additional documentation about polling(4).
2004-03-06 21:20:47 +00:00
Alex Dupre
fd4b744b5b
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
2004-01-11 22:07:19 +00:00
Ruslan Ermilov
b5e7e99950
Hiten's patchset for section four manpages, slightly edited by me.
2003-06-28 23:53:39 +00:00
Maxim Konovalov
50d32b06cc
o Add em(4) to a list of supported devices.
...
MFC after: 1 week
2003-04-07 07:21:49 +00:00
Jens Schweikhardt
9d5abbddbf
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
Luigi Rizzo
73f2cd104c
Add 'rl' to the list of supported drivers.
2002-04-21 15:47:59 +00:00
Ruslan Ermilov
f831177dbd
mdoc(7) police: tidy up.
2002-03-18 16:29:26 +00:00
Jens Schweikhardt
eae023f0a6
Typo: s/frequencly/frequency/
...
MFC after: 3 days
2002-03-16 18:17:55 +00:00
Luigi Rizzo
2b930ff963
Add a manpage for DEVICE_POLLING
2002-02-15 08:34:33 +00:00