summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-05-27 16:32:05 +0000
committernetchild <netchild@FreeBSD.org>2006-05-27 16:32:05 +0000
commit1686236080ff0b123f20b3803d45c86d309f8075 (patch)
tree0406c26b6dc368bdc75af131baf0caf8a5269378 /sys/conf/kmod.mk
parent25066c8b6babc9083a1ad23071861dfc2c93f519 (diff)
downloadFreeBSD-src-1686236080ff0b123f20b3803d45c86d309f8075.zip
FreeBSD-src-1686236080ff0b123f20b3803d45c86d309f8075.tar.gz
Commit the new (old) midi framework. It's based in parts on the NetBSD code,
but large parts are rewritten by matk and tanimura. This is old code, it's not maintained since 2003. We also don't have a maintainer for this! Yuriy Tsibizov took it and uses it in his emu10kx driver. Since the emu10kx driver will enter the tree "soon" (some bugs have to be fixed after Yuriy return from his holidays), I add it here already. This also contains some changes to emu10k1 and cmi, so if you're lucky, you can now make some kind of use of midi with those soundcards. To all those poor souls which don't have such a card: feel free to send patches, we don't have a maintainer for this. To those which miss a specific feature in the midi code: feel free to submit patches, we don't have a maintainer for this. Oh, did I already told that it would be nice if someone would take care of it? Maintainer with midi equipment wanted! :-) If you get LOR's, submit a PR and notify multimedia@ please. If you get panics, submit a PR with a backtrace (compile the sound system into your kernel instead of using modules in this case) and notify multimedia@ please. Written by: matk, tanimura Submitted by: "Yuriy Tsibizov" <Yuriy.Tsibizov@gfk.ru> Based upon: code from NetBSD
Diffstat (limited to 'sys/conf/kmod.mk')
-rw-r--r--sys/conf/kmod.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 506a73d..8267783 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -321,8 +321,9 @@ MFILES?= dev/acpica/acpi_if.m dev/ata/ata_if.m dev/eisa/eisa_if.m \
dev/pci/pcib_if.m dev/ppbus/ppbus_if.m dev/smbus/smbus_if.m \
dev/sound/pcm/ac97_if.m dev/sound/pcm/channel_if.m \
dev/sound/pcm/feeder_if.m dev/sound/pcm/mixer_if.m \
- dev/usb/usb_if.m isa/isa_if.m kern/bus_if.m kern/cpufreq_if.m \
- kern/device_if.m kern/serdev_if.m \
+ dev/sound/midi/mpu_if.m dev/sound/midi/mpufoi_if.m \
+ dev/sound/midi/synth_if.m dev/usb/usb_if.m isa/isa_if.m \
+ kern/bus_if.m kern/cpufreq_if.m kern/device_if.m kern/serdev_if.m \
libkern/iconv_converter_if.m opencrypto/crypto_if.m \
pc98/pc98/canbus_if.m pci/agp_if.m
OpenPOWER on IntegriCloud