summaryrefslogtreecommitdiff
path: root/sys/dev/midi_seq_mod.c
AgeCommit message (Collapse)Author
2022-06-04Include sequencer code conditionally. Fixes build for sparc and sparc64pgoyette
(and anything else that has a midi but no sequencer).
2022-06-04Combine the midi and sequencer modules into a single midi_seq modulepgoyette
to avoid a circular dependency as noted in kern/56772. Retain minimal modules of the original names to accomodate auto-loading upon access to the /dev/xxx nodes.