summaryrefslogtreecommitdiff
path: root/sys/dev/sequencer.c
AgeCommit message (Expand)Author
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-22make compile for NMIDI == 0pooka
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03- add missing initializerchristos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-06-30Ankh-Morpork, we have a MIDI driver....chap
2006-06-28Actually initialize the "struct midi_info" in midi_getinfo().tron
2005-12-11merge ktrace-lwp.christos
2005-06-01more cast-qual and shadow falloutdrochner
2005-05-29- add constchristos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2003-12-04netbsd.org -> NetBSD.orgkeihan
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
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-01-13Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-13remove superfluous NSEQUENCER > 0 testlukem
2001-11-13add RCSIDslukem
2001-09-03Make it compile again when AUDIO_DEBUG is turned on ... in sequencesreadreinoud
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-10-11Allow larger timer variation.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-10-20Make seq_input_event() static to avoid a name clash with the (commercial)augustss
1998-10-05Make MIDI input work again.augustss
1998-08-24Write MIDI data from the sequencer to the device in a more sane way.augustss
1998-08-20Provide a workaround for people who want a sequencer but have no MIDI devices.augustss
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss
1998-08-13Make sure to turn off timeout flag when doing untimeout().augustss
1998-08-13Fix typo in SYSEX code.augustss
1998-08-13Remove some leftover fluff.augustss
1998-08-12Handle SYSEX messages.augustss
1998-08-12Tidy up and rename some functions in the MIDI driver.augustss
1998-08-07Report a sensible MIDI device name.augustss
1998-08-07Add MIDI support. The MIDI devices can be accessed as ``raw'' throughaugustss