| Age | Commit message (Expand) | Author |
| 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 |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2018-06-23 | constify | maxv |
| 2017-10-31 | Add padding to gus.c so fields match up when it ts cast to a ad1848_isa | nat |
| 2017-02-01 | Use boolean logical and operation on booleans, rather than bitwise and. | jakllsch |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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 |
| 2011-07-02 | fix sequence point errors. diff explains best: | mrg |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 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-09-25 | Use splhigh(), not disable_intr(). | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill 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-08-30 | add missing initializers | christos |
| 2006-04-14 | Coverity CID 2453: Add negative checks. | christos |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-03-17 | don't use MALLOC with a non-constant size; use malloc instead. | 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-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-11-21 | Code enabled by option AUDIO_DEBUG exhibited undefined behavior and | gson |
| 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-04-06 | Respect the law: Use A-law and mu-law as spellings as far as easily possible. | wiz |
| 2002-10-11 | Don't include <i386/isa/icu.h> | fvdl |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | 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-07-18 | bcopy -> memcpy | thorpej |
| 2001-01-18 | constify | jdolecek |
| 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 |