| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-26 | - The "ess" device does not need a "midibus" interface attribute; it | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-06-08 | Clean get_props(). | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2014-08-16 | Add support for Spatializer, 3D audio effects embedded in ES1869 | nakayama |
| 2014-08-15 | Remove redundant colon. | nakayama |
| 2011-11-24 | put back IPL_AUDIO and splaudio(), at the request of rmind. they are | mrg |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2010-05-22 | Split device_t/softc. Based on patch from cegger@. | tsutsui |
| 2010-01-23 | essattach: printf -> aprint_* | cegger |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | Fix empty if | christos |
| 2006-08-30 | fix incomplete initializer | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | - add const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-13 | ansify and KNF | kent |
| 2005-01-10 | merge kent-audio1 branch, which introduces audio filter pipeline to the MI | kent |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 2004-08-07 | Attempt to support the 688 as well. It looks vaguely right from inspecting | mycroft |
| 2004-08-06 | Add code to recognize the 1688, per PR 11910. Also reduce some control logic. | mycroft |
| 2004-08-04 | This is definitely what the world has been waiting for:-) | drochner |
| 2004-07-09 | Don't halt in the close routine. | mycroft |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-05-09 | A few ISA sound drivers like to share dma channels, and hence deferred | fvdl |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-01-06 | Do ess_config_addr() in the ofisa front end, rather than in the match | nathanw |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-02-07 | Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returns | thorpej |
| 2000-01-18 | Mute the DAC -- not the master volume -- on close, so that CD passthrough is | mycroft |
| 1999-11-02 | Set mixer controls after a reset. | augustss |
| 1999-11-01 | Make little endian and big endian version of all functions | augustss |
| 1999-06-18 | Add support for ES18[67][89]. From PR #7427 by AW9K-NNK@asahi-net.or.jp, | augustss |
| 1999-05-30 | Fix bug uncovered by audio.c fix: Since the monitor control on the ESS | nathanw |
| 1999-03-19 | Allow DRQ[A-C] to be used on the 1888 as well. | mycroft |
| 1999-03-18 | dmapos should start at 0, in theory. | mycroft |
| 1999-03-18 | Add support for polling. | mycroft |
| 1999-03-18 | Confirm that there was an interrupt before handling it. Allows IRQs to be | mycroft |
| 1999-03-17 | Fix a couple of other places we should avoid the Audio2 DRQ on the 1788. | mycroft |