summaryrefslogtreecommitdiff
path: root/sys/dev/midisyn.c
AgeCommit message (Expand)Author
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2012-04-09Tidy up a little, the way that midi attachment code worksplunky
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-06-30Ankh-Morpork, we have a MIDI driver....chap
2006-04-14Coveriry CID 565: Remove bogus test.christos
2005-12-11merge ktrace-lwp.christos
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