head	1.2;
access;
symbols
	RELENG_7_4_0_RELEASE:1.1.20.1
	RELENG_7_4:1.1.20.1.0.8
	RELENG_7_4_BP:1.1.20.1
	RELENG_7_3_0_RELEASE:1.1.20.1
	RELENG_7_3:1.1.20.1.0.6
	RELENG_7_3_BP:1.1.20.1
	RELENG_7_2_0_RELEASE:1.1.20.1
	RELENG_7_2:1.1.20.1.0.4
	RELENG_7_2_BP:1.1.20.1
	RELENG_7_1_0_RELEASE:1.1.20.1
	RELENG_6_4_0_RELEASE:1.1.26.1
	RELENG_7_1:1.1.20.1.0.2
	RELENG_7_1_BP:1.1.20.1
	RELENG_6_4:1.1.0.26
	RELENG_6_4_BP:1.1
	RELENG_7_0_0_RELEASE:1.1
	RELENG_6_3_0_RELEASE:1.1
	RELENG_7_0:1.1.0.24
	RELENG_7_0_BP:1.1
	RELENG_6_3:1.1.0.22
	RELENG_6_3_BP:1.1
	RELENG_7:1.1.0.20
	RELENG_7_BP:1.1
	RELENG_6_2_0_RELEASE:1.1
	RELENG_6_2:1.1.0.18
	RELENG_6_2_BP:1.1
	RELENG_5_5_0_RELEASE:1.1
	RELENG_5_5:1.1.0.16
	RELENG_5_5_BP:1.1
	RELENG_6_1_0_RELEASE:1.1
	RELENG_6_1:1.1.0.14
	RELENG_6_1_BP:1.1
	RELENG_6_0_0_RELEASE:1.1
	RELENG_6_0:1.1.0.12
	RELENG_6_0_BP:1.1
	RELENG_6:1.1.0.10
	RELENG_6_BP:1.1
	RELENG_5_4_0_RELEASE:1.1
	RELENG_5_4:1.1.0.8
	RELENG_5_4_BP:1.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.6
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.4
	RELENG_5_BP:1.1
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.2
	RELENG_5_2_BP:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.05.25.22.11.31;	author rwatson;	state dead;
branches;
next	1.1;

1.1
date	2003.08.11.08.40.02;	author harti;	state Exp;
branches
	1.1.10.1
	1.1.20.1
	1.1.26.1;
next	;

1.1.10.1
date	2012.11.17.07.44.21;	author svnexp;	state Exp;
branches;
next	;

1.1.20.1
date	2008.08.31.10.15.43;	author rwatson;	state dead;
branches;
next	;

1.1.26.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.2
log
@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
@
text
@# $FreeBSD: src/sys/modules/netgraph/atm/atmpif/Makefile,v 1.1 2003/08/11 08:40:02 harti Exp $
#
# Author: Harti Brandt <harti@@freebsd.org>
#
.PATH: ${.CURDIR}/../../../../netgraph/atm/atmpif

KMOD=	ng_atmpif
SRCS=	ng_atmpif.c ng_atmpif_harp.c

.include <bsd.kmod.mk>
@


1.1
log
@Add ng_atmpif: a HARP physical interface emulation. This allows one
to run the HARP ATM stack without real hardware.

Submitted by:	Vincent Jardin <vjardin@@wanadoo.fr>
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1.10.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/modules/netgraph/atm/atmpif/Makefile 118774 2003-08-11 08:40:02Z harti $
@


1.1.26.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.1.20.1
log
@SVN rev 182526 on 2008-08-31 10:15:43Z by rwatson

Merge r179308 from head to stable/7:

  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.

  Reviewed by:    bz
  Discussed with: bms, bz, harti

MFC discussed with:	des, peter
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/netgraph/atm/atmpif/Makefile,v 1.1 2003/08/11 08:40:02 harti Exp $
@


