head	1.3;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.2
	RELENG_4_11:1.1.2.2.0.18
	RELENG_4_11_BP:1.1.2.2
	RELENG_4_10_0_RELEASE:1.1.2.2
	RELENG_4_10:1.1.2.2.0.16
	RELENG_4_10_BP:1.1.2.2
	RELENG_4_9_0_RELEASE:1.1.2.2
	RELENG_4_9:1.1.2.2.0.14
	RELENG_4_9_BP:1.1.2.2
	RELENG_4_8_0_RELEASE:1.1.2.2
	RELENG_4_8:1.1.2.2.0.12
	RELENG_4_8_BP:1.1.2.2
	RELENG_4_7_0_RELEASE:1.1.2.2
	RELENG_4_7:1.1.2.2.0.10
	RELENG_4_7_BP:1.1.2.2
	RELENG_4_6_2_RELEASE:1.1.2.2
	RELENG_4_6_1_RELEASE:1.1.2.2
	RELENG_4_6_0_RELEASE:1.1.2.2
	RELENG_4_6:1.1.2.2.0.8
	RELENG_4_6_BP:1.1.2.2
	RELENG_4_5_0_RELEASE:1.1.2.2
	RELENG_4_5:1.1.2.2.0.6
	RELENG_4_5_BP:1.1.2.2
	RELENG_4_4_0_RELEASE:1.1.2.2
	RELENG_4_4:1.1.2.2.0.4
	RELENG_4_4_BP:1.1.2.2
	KSE_MILESTONE_2:1.2
	KSE_PRE_MILESTONE_2:1.2
	RELENG_4_3_0_RELEASE:1.1.2.2
	RELENG_4_3:1.1.2.2.0.2
	RELENG_4_3_BP:1.1.2.2
	RELENG_4_2_0_RELEASE:1.1.2.1
	RELENG_4_1_1_RELEASE:1.1.2.1
	RELENG_4:1.1.0.2
	PRE_SMPNG:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.01.23.03.43.16;	author cg;	state dead;
branches;
next	1.2;

1.2
date	2001.01.06.14.00.19;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.04.23.32.09;	author cg;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2000.09.23.19.15.03;	author cg;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2001.02.27.04.31.29;	author cg;	state dead;
branches;
next	;


desc
@@


1.3
log
@remove modules no longer built
@
text
@# $FreeBSD: src/sys/modules/sound/driver/gusc/Makefile,v 1.2 2001/01/06 14:00:19 obrien Exp $

.PATH: ${.CURDIR}/../../../../dev/sound/isa

KMOD=	snd_gusc
SRCS=	device_if.h bus_if.h isa_if.h pci_if.h
SRCS+=	gusc.c

.include <bsd.kmod.mk>
@


1.2
log
@Use a consistent style and one much closer to the rest of /usr/src
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/sound/driver/gusc/Makefile,v 1.1 2000/07/04 23:32:09 cg Exp $
@


1.1
log
@newpcm module makefiles

once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound
drivers and unload all unattached ones.  attached drivers do not yet support
unloading.
@
text
@d1 1
a1 1
# $FreeBSD$
d3 5
a7 4
.PATH:		${.CURDIR}/../../../../dev/sound/isa
KMOD		= snd_gusc
SRCS		= device_if.h bus_if.h isa_if.h pci_if.h
SRCS		+= gusc.c
@


1.1.2.1
log
@add newpcm module makefiles.  not enabled yet.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/sound/driver/gusc/Makefile,v 1.1 2000/07/04 23:32:09 cg Exp $
@


1.1.2.2
log
@* move functionality of csapcm into csa
* move functionality of es1888 into ess
* move functionality of gusc into mss

none of these were complete drivers- es1888 and gusc just allowed ess and
mss to detect additional cards, and csa was useless being a bridge driver
with no children to control the card.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/sound/driver/gusc/Makefile,v 1.1.2.1 2000/09/23 19:15:03 cg Exp $
@


