summaryrefslogtreecommitdiff
path: root/sys/dev/midisyn.c
AgeCommit message (Expand)Author
2005-02-27nuke trailing whitespaceperry
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
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-01-13Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-13add RCSIDslukem
2001-10-02ANSIfy.augustss
2001-01-18constifyjdolecek
2000-03-29Don't need to include <sys/conf.h> here.simonb
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-09-13Make sure all voices are deallocated on close.mycroft
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-12Add a layer to handle emulation of MIDI for synthesizers.augustss