Commit Graph

31 Commits

Author SHA1 Message Date
sbruno
3bb0eb8b79 Retire ixgb(4)
This driver was for an early and uncommon legacy PCI 10GbE for a single
ASIC, Intel 82597EX. Intel quickly shifted to the long lived ixgbe family.

Submitted by:	kbowling
Reviewed by:	brooks imp jeffrey.e.pieper@intel.com
Relnotes:	yes
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D15234
2018-05-02 15:59:15 +00:00
bapt
5da5395a98 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
jfv
cb4e3454bf 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
rwatson
400012e1fe 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
brueffer
7ef6ebad15 nfe(4) supports polling. 2007-04-06 14:25:14 +00:00
brueffer
d1bdc72546 bce(4) does not work correctly in polling(4) mode for now. 2006-12-02 09:03:06 +00:00
yongari
2d604e07bc Add stge(4) to the list of devices supporting polling. 2006-07-25 00:54:58 +00:00
brueffer
38305ead8b bce(4) does polling too.
MFC after:	3 days
2006-04-13 17:44:40 +00:00
glebius
951cf1d312 Fix typo from last commit.
Submitted by:	simon
2005-10-22 20:47:38 +00:00
glebius
78dec04340 Add bge(4) to the list of supported devices. 2005-10-22 14:38:52 +00:00
glebius
c14cd52746 Two fixes for the last commit.
Submitted by:	ru
2005-10-02 10:57:33 +00:00
glebius
c8db4e2407 - 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
ru
8d7ad964f1 Grr, fix another braino. 2005-04-16 05:34:48 +00:00
ru
9996d39b0c Fix braino in previous revision. 2005-04-16 05:33:42 +00:00
ru
004ebb83ce 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
brueffer
b130dc201d fwip(4) supports polling.
MFC after:	3 days
2004-12-14 19:27:16 +00:00
brueffer
540bdb943e sf(4) supports polling now
MFC after:	2 weeks
2004-11-10 23:31:15 +00:00
brueffer
2dcd8db89c vge(4) supports polling 2004-10-11 13:27:44 +00:00
brueffer
6341e8a709 Re-formulate the first sentence for better readability
MFC after:	3 days
2004-09-18 12:33:01 +00:00
brueffer
0f3f2da116 ixgb(4) supports polling as well
MFC after:	3 days
2004-09-05 14:47:10 +00:00
ru
129f6b2673 polling(4) meets vr(4). 2004-04-05 17:43:57 +00:00
ru
86d52db7bc Added polling(4) support for ste(4).
MFC after:	5 days
2004-03-31 20:39:20 +00:00
ru
2a3a2e007c Luigi was polled for additional documentation about polling(4). 2004-03-06 21:20:47 +00:00
ale
f20180c215 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
ru
348e423dd9 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
maxim
b4fd6eb111 o Add em(4) to a list of supported devices.
MFC after:	1 week
2003-04-07 07:21:49 +00:00
schweikh
d3367c5f5d Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
2003-01-01 18:49:04 +00:00
luigi
1cb1010bd7 Add 'rl' to the list of supported drivers. 2002-04-21 15:47:59 +00:00
ru
98d8008e61 mdoc(7) police: tidy up. 2002-03-18 16:29:26 +00:00
schweikh
200e2dbdad Typo: s/frequencly/frequency/
MFC after:	3 days
2002-03-16 18:17:55 +00:00
luigi
67258c8655 Add a manpage for DEVICE_POLLING 2002-02-15 08:34:33 +00:00