head	1.1;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.3
	RELENG_4_11:1.1.2.3.0.16
	RELENG_4_11_BP:1.1.2.3
	RELENG_4_10_0_RELEASE:1.1.2.3
	RELENG_4_10:1.1.2.3.0.14
	RELENG_4_10_BP:1.1.2.3
	RELENG_4_9_0_RELEASE:1.1.2.3
	RELENG_4_9:1.1.2.3.0.12
	RELENG_4_9_BP:1.1.2.3
	RELENG_4_8_0_RELEASE:1.1.2.3
	RELENG_4_8:1.1.2.3.0.10
	RELENG_4_8_BP:1.1.2.3
	RELENG_4_7_0_RELEASE:1.1.2.3
	RELENG_4_7:1.1.2.3.0.8
	RELENG_4_7_BP:1.1.2.3
	RELENG_4_6_2_RELEASE:1.1.2.3
	RELENG_4_6_1_RELEASE:1.1.2.3
	RELENG_4_6_0_RELEASE:1.1.2.3
	RELENG_4_6:1.1.2.3.0.6
	RELENG_4_6_BP:1.1.2.3
	RELENG_4_5_0_RELEASE:1.1.2.3
	RELENG_4_5:1.1.2.3.0.4
	RELENG_4_5_BP:1.1.2.3
	RELENG_4_4_0_RELEASE:1.1.2.3
	RELENG_4_4:1.1.2.3.0.2
	RELENG_4_4_BP:1.1.2.3
	RELENG_4_3_0_RELEASE:1.1.2.1
	RELENG_4_3:1.1.2.1.0.2
	RELENG_4_3_BP:1.1.2.1
	RELENG_4:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2001.02.27.04.47.47;	author cg;	state dead;
branches
	1.1.2.1;
next	;

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

1.1.2.2
date	2001.08.01.03.41.08;	author cg;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2001.08.01.05.37.31;	author cg;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	2012.11.17.07.26.35;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@file Makefile was initially added on branch RELENG_4.
@
text
@@


1.1.2.1
log
@add a meta-module to the sound module system.  when sound modules are built,
one can now load all drivers and infrastructure by kldloading snd.
@
text
@a0 16
# $FreeBSD$

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

KMOD		=	snd
SRCS		=	device_if.h bus_if.h isa_if.h pci_if.h
SRCS		+= 	ac97_if.h channel_if.h feeder_if.h mixer_if.h
SRCS		+=	driver.c
KMODDEPS 	+= 	snd_pcm
KMODDEPS 	+= 	snd_ad1816 snd_cmi snd_cs4281 snd_csa snd_ds1
KMODDEPS	+=	snd_emu10k1 snd_es137x  snd_fm801
KMODDEPS	+=	snd_maestro snd_mss snd_neomagic
KMODDEPS	+=      snd_solo snd_t4dwave snd_via82c686
KMODDEPS	+=      snd_sbc snd_sb16 snd_sb8 snd_ess

.include <bsd.kmod.mk>
@


1.1.2.2
log
@mfc of newpcm state as at june 24.

* untypedef various structs
* rate conversion feeder
* vchan support - no automatic creation however
* many bugfixes
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/sound/snd/Makefile,v 1.1.2.1 2001/02/27 04:47:47 cg Exp $
d10 4
a13 4
KMODDEPS 	+= 	snd_ad1816 snd_als4000 snd_cmi snd_cs4281 snd_csa snd_ds1
KMODDEPS	+=	snd_emu10k1 snd_es137x snd_fm801
KMODDEPS	+=	snd_maestro snd_maestro3 snd_mss snd_neomagic
KMODDEPS	+=      snd_solo snd_t4dwave snd_via82c686 snd_vibes
@


1.1.2.3
log
@mfc of ich sound driver
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/sound/snd/Makefile,v 1.1.2.2 2001/08/01 03:41:08 cg Exp $
d11 1
a11 1
KMODDEPS	+=	snd_emu10k1 snd_es137x snd_fm801 snd_ich
@


1.1.2.4
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sys/modules/sound/snd/Makefile 80829 2001-08-01 05:37:31Z cg $
@


