aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/fec
Commit message (Collapse)AuthorAgeFilesLines
* Axe ng_fec(4). It has never been a real netgraph(4) module, sinceGleb Smirnoff2013-10-281-8/+0
| | | | | | | | | | | | it had no hooks. It has abused ifnet's if_afdata slot and actually abused every subsystem it touched. lagg(4) is a proper trunking solution at ifnet(9) layer. ng_one2many(4) is a proper trunking solution in netgraph(4). Notes: svn path=/head/; revision=257249
* We already have ng_fec.4 manpage. And sys/modules is not a correctGleb Smirnoff2004-12-191-8/+0
| | | | | | | place for documentation. Notes: svn path=/head/; revision=139042
* MODULE_DEPEND is a C macro, not a make(1).Ruslan Ermilov2004-01-131-1/+0
| | | | Notes: svn path=/head/; revision=124473
* bsd.kmod.mk does not deal with manpages anymore.Ruslan Ermilov2004-01-131-2/+0
| | | | Notes: svn path=/head/; revision=124472
* Make it work -current style.Julian Elischer2002-12-231-1/+1
| | | | Notes: svn path=/head/; revision=108241
* Finally get around to committing Bill Paul's FEC netgraph nodes.Julian Elischer2002-10-292-0/+19
These are really only partly netgraph nodes as they do not use the netgraph interfaces for many of the functions for which they could be used, however they represent important functionality. Submitted by: wpaul MFC after: 2 days Notes: svn path=/head/; revision=106159