summaryrefslogtreecommitdiff
path: root/sys/dev/midi.c
AgeCommit message (Expand)Author
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-31Use aprint_*().thorpej
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-06-01spl botch in midipoll() when sc->dyinggson
2001-11-13add RCSIDslukem
2001-10-02ANSIfy.augustss
2001-01-31solve the race condition while output for umidi.tshiozak
2001-01-30some changes for midi_start_output() under PROP_OUT_INTR devices.tshiozak
2001-01-13add missing sc->dying initializer at midiattach.tshiozak
2001-01-13add detaching/deactivation code to midi driver.tshiozak
2000-07-06Use device_lookup().thorpej
2000-05-06Simplify an expression.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-01-18Add a little more debug printing.augustss
1999-10-19'<Device>' usually means the string comes from outside the kernel.soren
1999-09-09Add support for detaching audio devices.augustss
1999-02-26Make these compile on the alpha when AUDIO_DEBUG is defined.nathanw
1998-12-20Make midi_attach_mi() and audioprint() available also if MIDIBUSdrochner
1998-12-15Fix a MIDI buffer overflow problem. Fixes PR 6583.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-10-05Make MIDI input work again.augustss
1998-09-13Make sure the buffers are synchronized on open.mycroft
1998-08-24Write MIDI data from the sequencer to the device in a more sane way.augustss
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss
1998-08-13Remove some leftover fluff.augustss
1998-08-12Tidy up and rename some functions in the MIDI driver.augustss
1998-08-07Add MIDI support. The MIDI devices can be accessed as ``raw'' throughaugustss