summaryrefslogtreecommitdiff
path: root/sys/dev/midi.c
AgeCommit message (Expand)Author
2017-10-28Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h".riastradh
2017-10-25Use C99 initializer for filteropsmaya
2017-06-01Add infrastructure for modularization of audio, midi, and sequencerpgoyette
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-12-30- check sc->dying after sleeping in several more places, andmrg
2014-12-22various clean ups for midi and sequencer:mrg
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-09-14Quell a few "unused variable" warnings (where the variables are generatedmartin
2012-04-09Tidy up a little, the way that midi attachment code worksplunky
2012-04-05midi_attach() does not actually ever use the parent deviceplunky
2012-04-05move the pmf_device_register() for midi.c and midi_pcppi.c to midi_attach()plunky
2012-01-10Call aprint_naive for quiet boot message.njoly
2011-11-24set hwif_softc around midi_attach()s call to ->getinfo(), like the oldmrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2010-07-27printf() size_t with 'z' format modifier in debug code.jakllsch
2009-12-06Simplify these device-activation hooks using the following semanticdyoung
2009-08-23I'm not so sure this is actually CPU-intensive in 2009, so don't print it.jmcneill
2009-04-07Cosmetic: in a debug statement, use "%s", __func__ instead of adyoung
2008-06-12use device_lookup to get device_tcegger
2008-06-10device_private(device_lookup()) -> device_lookup_private()cegger
2008-04-30Make various bits of debug code compile again.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-03-05Fix fallout from midi(4)'s softc split.cube
2008-03-05Include sys/device.h for device_ttnn
2008-03-04Split device_t/softc for midi(4), and other related cosmetic changes.cube
2008-03-01Welcome to 4.99.55:rmind
2007-12-16add null pmf handlers.christos
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-12-01aprintify, on behalf of xtraemejmcneill
2007-10-08Use the softint API.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-16Correct format strings for ptrdiff_t and size_t arguments in DPRINTFs,pavel
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-15Defer wakeup() to the soft interrupt also.ad
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12Add __unused as necessary.thorpej
2006-10-12- sprinkle __unused on function decls.christos
2006-09-02add missing initializerchristos
2006-07-02Uppercase CPU.wiz
2006-07-01Correct build failures when MIDI is not enabled (the idea!).chap
2006-06-30Ankh-Morpork, we have a MIDI driver....chap
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-05-29- add constchristos
2005-02-27nuke trailing whitespaceperry