From 12ab72d345dd5e468fb55507b26dde539bc710eb Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Sat, 17 Jun 2006 14:36:44 +0000 Subject: dd the envy24 driver as is to the tree. It's not connected to the build yet. More commits to follow. I got no response from the author, but since the driver is BSD licensed I don't think he will complain. :-) I got it from http://people.freebsd.org/~lofi/envy24.tar.gz Written by: Katsurajima Naoto --- sys/modules/sound/driver/ak452x/Makefile | 8 ++++++++ sys/modules/sound/driver/envy24/Makefile | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 sys/modules/sound/driver/ak452x/Makefile create mode 100644 sys/modules/sound/driver/envy24/Makefile (limited to 'sys/modules/sound') diff --git a/sys/modules/sound/driver/ak452x/Makefile b/sys/modules/sound/driver/ak452x/Makefile new file mode 100644 index 000000000000..50a0e67abb30 --- /dev/null +++ b/sys/modules/sound/driver/ak452x/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../../dev/sound/pci +KMOD = snd_ak452x +SRCS = device_if.h bus_if.h isa_if.h pci_if.h +SRCS += ak452x.c + +.include diff --git a/sys/modules/sound/driver/envy24/Makefile b/sys/modules/sound/driver/envy24/Makefile new file mode 100644 index 000000000000..37f9d48e6204 --- /dev/null +++ b/sys/modules/sound/driver/envy24/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../../dev/sound/pci +KMOD = snd_envy24 +SRCS = device_if.h bus_if.h isa_if.h pci_if.h +SRCS += envy24.c + +.include -- cgit v1.2.3