diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2008-05-25 22:11:40 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2008-05-25 22:11:40 +0000 |
commit | e4372ceba044f2b6dbde2fabf95ce2717135d47c (patch) | |
tree | afe56b8f23cfc7884850445d064a110b6ac85c9e /sys/modules/Makefile | |
parent | 727acbb41bf75aacfdc3a5555c918ab308317b9b (diff) |
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
Notes
Notes:
svn path=/head/; revision=179308
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 5fa7d0ee1650..8025bca30550 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -93,9 +93,7 @@ SUBDIR= ${_3dfx} \ fxp \ gem \ geom \ - ${_harp} \ hatm \ - ${_hfa} \ hifn \ hme \ ${_hptiop} \ @@ -106,7 +104,6 @@ SUBDIR= ${_3dfx} \ ${_ibcs2} \ ${_ichwd} \ ${_ida} \ - ${_idt} \ ${_ie} \ if_bridge \ if_disc \ @@ -340,11 +337,6 @@ _vpo= vpo _ufs= ufs .endif -# Disabled in 7.0 as netatm is not MPSAFE. -#if ${MK_ATM} != "no" -#_harp= harp -#.endif - .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) .if exists(${.CURDIR}/../opencrypto) _crypto= crypto @@ -405,8 +397,6 @@ _ep= ep _exca= exca _ext2fs= ext2fs _fe= fe -# Disabled due to non-MPSAFEty in 7.0 -#_hfa= hfa _i2c= i2c _ibcs2= ibcs2 _ie= ie @@ -476,8 +466,6 @@ _hptmv= hptmv _hptrr= hptrr _ichwd= ichwd _ida= ida -# Disabled due to non-MPSAFEty in 7.0 -#_idt= idt _iir= iir _ipmi= ipmi _ips= ips @@ -611,7 +599,6 @@ _em= em _ep= ep _exca= exca _fe= fe -_hfa= hfa _igb= igb _iir= iir _mly= mly |