| Age | Commit message (Expand) | Author |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2013-06-28 | avoid undefined behavior | christos |
| 2012-04-09 | Tidy up a little, the way that midi attachment code works | plunky |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2009-09-01 | aprint-ify | jmcneill |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-04 | Split device_t/softc for midi(4), and other related cosmetic changes. | cube |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializers | christos |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-08-12 | Avoid gcc4 warnings; voice is unsigned so no need to check "voice < 0". | nakayama |
| 2006-06-30 | Ankh-Morpork, we have a MIDI driver.... | chap |
| 2006-06-09 | stack police: Introduce an opl_match function that uses malloc instead of | christos |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-02-09 | - init panpot at reset | itohy |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-11-04 | Introduce "flags 1", which causes left and right channels swapped. | itohy |
| 2001-10-23 | Make it compile with debug on. | augustss |
| 2001-10-23 | Support panpot on OPL3. Now this device is a stereo instrument. | itohy |
| 2001-09-29 | Add a detach function (from Jared D. McNeill). | augustss |
| 2001-01-18 | constify | jdolecek |
| 2000-08-12 | Fix spelling in comment. | augustss |
| 1999-10-05 | Add power control hooks. | itohy |
| 1999-10-04 | Implement program change. From Martin Cernohorsky <cerno@ics.muni.cz>. | augustss |
| 1999-05-23 | Update doc URL. | augustss |
| 1998-12-08 | Make the OPL information string more informative. | augustss |
| 1998-11-25 | Make the copyright header conform to the NetBSD template. | augustss |
| 1998-09-13 | Make sure all voices are deallocated on close. | mycroft |
| 1998-08-26 | Do some renaming of registers and make sure we get sound in both | augustss |
| 1998-08-26 | Make the OPL driver turn on the sound on sound cards that require it. | augustss |
| 1998-08-22 | Change debug output. | augustss |
| 1998-08-17 | * Redo the way the way the MIDI driver attaches to audio devices. | augustss |