aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/atm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | patm(4) devices. Maintaining an address family and framework has real costs when we make infrastructure improvements. In the case of NATM we support no devices manufactured in the last 20 years and some will not even work in modern motherboards (some newer devices that patm(4) could be updated to support apparently exist, but we do not currently have support). With this change, support remains for some netgraph modules that don't require NATM support code. It is unclear if all these should remain, though ng_atmllc certainly stands alone. Note well: FreeBSD 11 supports NATM and will continue to do so until at least September 30, 2021. Improvements to the code in FreeBSD 11 are certainly welcome. Reviewed by: philip Approved by: harti Notes: svn path=/head/; revision=317383
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-251-3/+0
| | | | | | | | | | | | | | | | | | | | | | NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti Notes: svn path=/head/; revision=179308
* Disconnect netatm from the build as it is not MPSAFE and relies onRobert Watson2007-07-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | NET_NEEDS_GIANT, which will shortly be removed. This is done in a away that it may be easily reattached to the build before 7.1 if appropriate locking is added. Specifics: - Don't install netatm include files - Disconnect netatm command line management tools - Don't build libatm - Don't include ATM parts in rescue or sysinstall - Don't install sample configuration files and documents - Don't build kernel support as a module or in NOTES - Don't build netgraph wrapper nodes for netatm This removes the last remaining consumer of NET_NEEDS_GIANT. Reviewed by: harti Discussed with: bz, bms Approved by: re (kensmith) Notes: svn path=/head/; revision=171453
* Style: Remove blank lines before EOF.Yaroslav Tykhiy2006-02-181-1/+0
| | | | | | | Tested by: cvs diff -B Notes: svn path=/head/; revision=155824
* Add the module build stuff for the ATM call control module.Hartmut Brandt2004-08-121-0/+1
| | | | Notes: svn path=/head/; revision=133579
* The layer 3 (signalling) of NgATM netgraph node: ng_uni. This nodeHartmut Brandt2003-11-071-1/+2
| | | | | | | handles user and network side signaling and partly PNNI. Notes: svn path=/head/; revision=122219
* Module build infrastructure for the NgATM SAA layer.Hartmut Brandt2003-10-241-1/+4
| | | | Notes: svn path=/head/; revision=121462
* Add ng_atmpif: a HARP physical interface emulation. This allows oneHartmut Brandt2003-08-111-2/+3
| | | | | | | | | to run the HARP ATM stack without real hardware. Submitted by: Vincent Jardin <vjardin@wanadoo.fr> Notes: svn path=/head/; revision=118774
* This is a netgraph node to access ATM interfaces. It works with theHartmut Brandt2003-06-251-0/+7
hatm(4) and fatm(4) drivers, en(4) will follow soon. Notes: svn path=/head/; revision=116808