summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-08-29 16:12:28 +0000
committercg <cg@FreeBSD.org>2000-08-29 16:12:28 +0000
commit6fbcea0a07ead0674172b851c014cf2c1fcd5c28 (patch)
treed55826132a6ade9c49bfb24311414e9c2b04174d /sys/modules/sound
parent6624e24cd366b93898205237b911bbb2f5ccd9ff (diff)
downloadFreeBSD-src-6fbcea0a07ead0674172b851c014cf2c1fcd5c28.zip
FreeBSD-src-6fbcea0a07ead0674172b851c014cf2c1fcd5c28.tar.gz
add driver for forte-media fm801
PR: conf/20698 Submitted by: dimmy the wild <diwil@dataart.com>
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/driver/fm801/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/fm801/Makefile b/sys/modules/sound/driver/fm801/Makefile
new file mode 100644
index 0000000..af68e15
--- /dev/null
+++ b/sys/modules/sound/driver/fm801/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../dev/sound/pci
+KMOD = snd_fm801
+SRCS = device_if.h bus_if.h isa_if.h pci_if.h
+SRCS += fm801.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud