summaryrefslogtreecommitdiff
path: root/sys/dev/midisyn.c
AgeCommit message (Expand)Author
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