diff options
author | Seigo Tanimura <tanimura@FreeBSD.org> | 2004-06-01 06:22:59 +0000 |
---|---|---|
committer | Seigo Tanimura <tanimura@FreeBSD.org> | 2004-06-01 06:22:59 +0000 |
commit | a5dc42def9bb50d3ce8569fc916a4f60e828b62e (patch) | |
tree | ed125049e8ceb93e94fe2533862dade2881d7be5 /sys/conf/NOTES | |
parent | 13256c45c8edbaebe2ea9d9aa6a9d321f19a4c7c (diff) | |
download | src-a5dc42def9bb50d3ce8569fc916a4f60e828b62e.tar.gz src-a5dc42def9bb50d3ce8569fc916a4f60e828b62e.zip |
Axe the old midi drivers and framework. matk has developed a new
module-friendly midi subsystem to be merged soon.
Notes
Notes:
svn path=/head/; revision=129925
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index df2eef6804b6..3213eeee2035 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1801,30 +1801,6 @@ hint.pcm.0.irq="10" hint.pcm.0.drq="1" hint.pcm.0.flags="0x0" -# -# midi: MIDI interfaces and synthesizers -# - -device midi - -# For non-pnp sound cards with no bridge drivers: -hint.midi.0.at="isa" -hint.midi.0.irq="5" -hint.midi.0.flags="0x0" - -# For serial ports (this example configures port 2): -# TODO: implement generic tty-midi interface so that we can use -# other uarts. -hint.midi.0.at="isa" -hint.midi.0.port="0x2F8" -hint.midi.0.irq="3" - -# -# seq: MIDI sequencer -# - -device seq - # The bridge drivers for sound cards. These can be separately configured # for providing services to the likes of new-midi. # When used with 'device pcm' they also provide pcm sound services. |