| Age | Commit message (Expand) | Author |
| 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 |
| 1999-03-30 | The AD1848/CS4231 attachment doesn't create DMA maps any more, so we have to | mycroft |
| 1999-02-19 | Fix structure names. | mycroft |
| 1999-02-17 | Update comments. | mycroft |
| 1999-02-17 | Pass the direction to the allocm and round_buffersize methods. | mycroft |
| 1998-09-09 | Add mmap support for gus and gusmax, PR #5988, Feico Dillema. | thorpej |
| 1998-09-06 | Correct the remaining uses of ad1848_softc to ad1848_isa_softc | jtk |
| 1998-09-01 | use ad1848_isa_attach, so GUS cards with CS4231 don't panic the kernel | jtk |
| 1998-08-25 | Split the AD1848 driver into MI (dev/ic/ad1848.c) and ISA parts. | pk |
| 1998-08-17 | * Redo the way the way the MIDI driver attaches to audio devices. | augustss |
| 1998-07-02 | Cosmetic change. | mycroft |
| 1998-06-17 | Remove a bunch of totally unnecessary #include <machine/pio.h> | augustss |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-06-09 | Adjust for changes to the ISA DMA API. | thorpej |
| 1998-05-20 | Add a Yamaha OPL3-SA3 driver and clean up all AD1848 drivers. | augustss |
| 1998-03-12 | Update probing for GUS a little. From soren@t.dk, | augustss |
| 1998-03-09 | let panic() call DDB, don't do it ourselves; from Nathan Williams in PR 5131 | mikel |
| 1998-01-25 | Make sure we create DMA maps if the CD4231 probe fails. | mycroft |
| 1998-01-13 | make it compile without BROKEN_INDIRECT_CONFIG | drochner |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-10-19 | Make the audio API (almost) SunOS compatible. | augustss |
| 1997-10-11 | AudioElinear -> AudioEslinear | mycroft |
| 1997-10-11 | AudioC[A-Z] -> AudioC[a-z] | mycroft |
| 1997-10-09 | Fix tipo inherited from old version of TNF copyright template. | jtc |
| 1997-09-12 | Create DMA maps on ordinary GUS (non-MAX) cards. Now it should work again. | augustss |
| 1997-09-06 | Bus-ify the GUS driver. | augustss |
| 1997-08-26 | XXX Add a drq2 locator for the ISA bus. Many sound cards need | augustss |
| 1997-08-24 | - Change audio_hw_if a little: set_param now sets the play and record modes | augustss |
| 1997-08-19 | Change the MI audio driver so it attaches to the MD driver in the | augustss |
| 1997-08-07 | Add A-law support and fix bug on opening GUS max. | augustss |
| 1997-08-04 | Get rid of `register'. | augustss |
| 1997-08-04 | Use gusmax_get_props instead of gus_get_props for gusmax. | augustss |
| 1997-07-31 | Audio changes: | augustss |
| 1997-07-28 | Audio: Remove the machine dependant code I put in audio.c by mistake. | augustss |
| 1997-07-27 | audio: Simplify handling of AUDIO_SETFD and committing of encoding mode. | augustss |
| 1997-07-27 | Changes to the sudio system: | augustss |