From 9a0a1c68845bc88e1b7600d635f8dcda0c45f0dc Mon Sep 17 00:00:00 2001 From: netchild Date: Sun, 18 Jun 2006 14:14:41 +0000 Subject: - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious. - Enable 4 automatic vchan's by default. - Add some comments which provide ides/questions for improvement. - Prefix some temporary sysctl's with an underscore to denote that it is not an official API but a workaround until the real solution is implemented. --- sys/dev/sound/midi/sequencer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/sound/midi/sequencer.c') diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c index 87319f7..b179492 100644 --- a/sys/dev/sound/midi/sequencer.c +++ b/sys/dev/sound/midi/sequencer.c @@ -153,6 +153,7 @@ struct seq_softc { SYSCTL_NODE(_hw_midi, OID_AUTO, seq, CTLFLAG_RD, 0, "Midi sequencer"); int seq_debug; +/* XXX: should this be moved into debug.midi? */ SYSCTL_INT(_hw_midi_seq, OID_AUTO, debug, CTLFLAG_RW, &seq_debug, 0, ""); midi_cmdtab cmdtab_seqevent[] = { -- cgit v1.1