aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/atm/sscfu
Commit message (Collapse)AuthorAgeFilesLines
* NgATM: Remove netgraph ATM supportBrooks Davis2023-03-091-14/+0
| | | | | | | | | | Most ATM support was removed prior to FreeBSD 12. The netgraph support was kept as it was less intrusive, but it is presumed to be unused. Reviewed by: manu Relnotes: yes Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D38879
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-2/+2
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Module build infrastructure for the NgATM SAA layer.Hartmut Brandt2003-10-241-0/+14
Notes: svn path=/head/; revision=121462