From a3623cb733d4a3ddcf8ba280724b8ce3f19a7a58 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 25 May 2008 22:11:40 +0000 Subject: Remove netatm from HEAD as it is not MPSAFE and relies on the now removed 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 --- sys/modules/netgraph/atm/Makefile | 3 --- sys/modules/netgraph/atm/atmpif/Makefile | 10 ---------- 2 files changed, 13 deletions(-) delete mode 100644 sys/modules/netgraph/atm/atmpif/Makefile (limited to 'sys/modules/netgraph') diff --git a/sys/modules/netgraph/atm/Makefile b/sys/modules/netgraph/atm/Makefile index a884778..8bbe33d 100644 --- a/sys/modules/netgraph/atm/Makefile +++ b/sys/modules/netgraph/atm/Makefile @@ -8,7 +8,4 @@ SUBDIR= \ sscop \ uni -# atmpif disabled due to non-MPSAFEty in 7.0 -# atmpif \ - .include diff --git a/sys/modules/netgraph/atm/atmpif/Makefile b/sys/modules/netgraph/atm/atmpif/Makefile deleted file mode 100644 index 324fbdf..0000000 --- a/sys/modules/netgraph/atm/atmpif/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ -# -# Author: Harti Brandt -# -.PATH: ${.CURDIR}/../../../../netgraph/atm/atmpif - -KMOD= ng_atmpif -SRCS= ng_atmpif.c ng_atmpif_harp.c - -.include -- cgit v1.1