head	1.3;
access;
symbols
	RELENG_7_4_0_RELEASE:1.2.18.1
	RELENG_7_4:1.2.18.1.0.8
	RELENG_7_4_BP:1.2.18.1
	RELENG_7_3_0_RELEASE:1.2.18.1
	RELENG_7_3:1.2.18.1.0.6
	RELENG_7_3_BP:1.2.18.1
	RELENG_7_2_0_RELEASE:1.2.18.1
	RELENG_7_2:1.2.18.1.0.4
	RELENG_7_2_BP:1.2.18.1
	RELENG_7_1_0_RELEASE:1.2.18.1
	RELENG_6_4_0_RELEASE:1.2.24.1
	RELENG_7_1:1.2.18.1.0.2
	RELENG_7_1_BP:1.2.18.1
	RELENG_6_4:1.2.0.24
	RELENG_6_4_BP:1.2
	RELENG_7_0_0_RELEASE:1.2
	RELENG_6_3_0_RELEASE:1.2
	RELENG_7_0:1.2.0.22
	RELENG_7_0_BP:1.2
	RELENG_6_3:1.2.0.20
	RELENG_6_3_BP:1.2
	RELENG_7:1.2.0.18
	RELENG_7_BP:1.2
	RELENG_6_2_0_RELEASE:1.2
	RELENG_6_2:1.2.0.16
	RELENG_6_2_BP:1.2
	RELENG_5_5_0_RELEASE:1.2
	RELENG_5_5:1.2.0.14
	RELENG_5_5_BP:1.2
	RELENG_6_1_0_RELEASE:1.2
	RELENG_6_1:1.2.0.12
	RELENG_6_1_BP:1.2
	RELENG_6_0_0_RELEASE:1.2
	RELENG_6_0:1.2.0.10
	RELENG_6_0_BP:1.2
	RELENG_6:1.2.0.8
	RELENG_6_BP:1.2
	RELENG_5_4_0_RELEASE:1.2
	RELENG_5_4:1.2.0.6
	RELENG_5_4_BP:1.2
	RELENG_5_3_0_RELEASE:1.2
	RELENG_5_3:1.2.0.4
	RELENG_5_3_BP:1.2
	RELENG_5:1.2.0.2
	RELENG_5_BP:1.2
	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.3
date	2008.05.25.22.11.30;	author rwatson;	state dead;
branches;
next	1.2;

1.2
date	2004.02.13.10.11.00;	author ru;	state Exp;
branches
	1.2.8.1
	1.2.18.1
	1.2.24.1;
next	1.1;

1.1
date	2003.07.21.13.56.22;	author harti;	state Exp;
branches;
next	;

1.2.8.1
date	2012.11.17.07.44.18;	author svnexp;	state Exp;
branches;
next	;

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

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


desc
@@


1.3
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/harp/Makefile,v 1.2 2004/02/13 10:11:00 ru Exp $
#
# Author: Harti Brandt <brandt@@fokus.gmd.de>
#
.PATH: ${.CURDIR}/../../dev/harp

KMOD=	if_harp
SRCS=	if_harp.c device_if.h

CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../include
CFLAGS+= -DDEBUG -DINVARIANTS

.include <bsd.kmod.mk>
@


1.2
log
@Removed -g from CFLAGS.  There is a better way to build debugging
versions of the modules, and unconditionally putting -g in CFLAGS
has negative impact on the size of the resulting .ko object, even
now that debugging symbols are always stripped.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2.8.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/modules/harp/Makefile 125771 2004-02-13 10:11:01Z ru $
@


1.2.24.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.2.18.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/harp/Makefile,v 1.2 2004/02/13 10:11:00 ru Exp $
@


1.1
log
@This is a pseudo physical interface for the HARP ATM stack. When loaded
it attaches to all existing NATM network interfaces in the system
and creates a HARP physical interface for each of them. This allows
us to use the same set of ATM drivers for all ATM stuff. It is
possible to use the same interface for HARP, NATM and netgraph at the
same time.
@
text
@d11 1
a11 2
CFLAGS+= -DDEBUG -DINVARIANTS -g
LDFLAGS+= -g
@

