head	1.3;
access;
symbols
	RELENG_7_4_0_RELEASE:1.1.24.2
	RELENG_7_4:1.1.24.2.0.8
	RELENG_7_4_BP:1.1.24.2
	RELENG_7_3_0_RELEASE:1.1.24.2
	RELENG_7_3:1.1.24.2.0.6
	RELENG_7_3_BP:1.1.24.2
	RELENG_7_2_0_RELEASE:1.1.24.2
	RELENG_7_2:1.1.24.2.0.4
	RELENG_7_2_BP:1.1.24.2
	RELENG_7_1_0_RELEASE:1.1.24.2
	RELENG_6_4_0_RELEASE:1.1.30.1
	RELENG_7_1:1.1.24.2.0.2
	RELENG_7_1_BP:1.1.24.2
	RELENG_6_4:1.1.0.30
	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.28
	RELENG_7_0_BP:1.1
	RELENG_6_3:1.1.0.26
	RELENG_6_3_BP:1.1
	RELENG_7:1.1.0.24
	RELENG_7_BP:1.1
	RELENG_6_2_0_RELEASE:1.1
	RELENG_6_2:1.1.0.22
	RELENG_6_2_BP:1.1
	RELENG_5_5_0_RELEASE:1.1
	RELENG_5_5:1.1.0.20
	RELENG_5_5_BP:1.1
	RELENG_6_1_0_RELEASE:1.1
	RELENG_6_1:1.1.0.18
	RELENG_6_1_BP:1.1
	RELENG_6_0_0_RELEASE:1.1
	RELENG_6_0:1.1.0.16
	RELENG_6_0_BP:1.1
	RELENG_6:1.1.0.14
	RELENG_6_BP:1.1
	RELENG_5_4_0_RELEASE:1.1
	RELENG_5_4:1.1.0.12
	RELENG_5_4_BP:1.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.10
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.8
	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.6
	RELENG_5_2_BP:1.1
	RELENG_5_1_0_RELEASE:1.1
	RELENG_5_1:1.1.0.4
	RELENG_5_1_BP:1.1
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.2
	RELENG_5_0_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	2008.05.04.14.59.24;	author marius;	state Exp;
branches;
next	1.1;

1.1
date	2002.04.17.00.24.57;	author mdodd;	state Exp;
branches
	1.1.14.1
	1.1.24.1
	1.1.30.1;
next	;

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

1.1.24.1
date	2008.05.07.21.16.54;	author marius;	state Exp;
branches;
next	1.1.24.2;

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

1.1.30.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/hfa/Makefile,v 1.2 2008/05/04 14:59:24 marius Exp $

SUBDIR=	${eisa} hfa pci ${sbus}

.ifdef notyet
.if ${MACHINE_ARCH} == "i386"
eisa=	eisa
.endif

.if ${MACHINE} == "sparc64"
sbus=	sbus
.endif
.endif

.include <bsd.subdir.mk>
@


1.2
log
@Don't build unused SBus front-ends for sun4v, don't build EBus front-ends
which are also likely to be irrelevant for sun4v (there's no SBus on sun4v
and only some EBus devices). While at it fix some style bugs according to
style.Makefile(5) where appropriate.

MFC after:	3 days
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@- Convert the 'hfa' ATM interface driver to newbus.
- Add stubs for EISA and SBUS cards.
  (VME, FutureBUS, and TurboChannel stubs not provided.)
- Add infrastructure to build driver and bus front-end modules.
@
text
@d3 1
a3 1
SUBDIR=	hfa pci
d7 1
a7 1
SUBDIR+=eisa
d10 2
a11 2
.if ${MACHINE_ARCH} == "sparc64"
SUBDIR+=sbus
@


1.1.14.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/modules/hfa/Makefile 94898 2002-04-17 00:26:09Z mdodd $
@


1.1.30.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.24.1
log
@Don't build unused SBus front-ends for sun4v, don't build EBus front-ends
which are also likely to be irrelevant for sun4v (there's no SBus on sun4v
and only some EBus devices). While at it fix some style bugs according to
style.Makefile(5) where appropriate.
@
text
@d3 1
a3 1
SUBDIR=	${eisa} hfa pci ${sbus}
d7 1
a7 1
eisa=	eisa
d10 2
a11 2
.if ${MACHINE} == "sparc64"
sbus=	sbus
@


1.1.24.2
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/hfa/Makefile,v 1.1.24.1 2008/05/07 21:16:54 marius Exp $
@


