| Age | Commit message (Expand) | Author |
| 2020-09-12 | Improve am7930 family drivers to share more code. | isaki |
| 2020-08-29 | Fix white space and indent. | isaki |
| 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 |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-06-04 | Split device_t/softc of am7930. No crash on TME and GXemul. | tsutsui |
| 2009-08-22 | u_intNN_t -> uintNN_t | tsutsui |
| 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-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-03-31 | Correct typo. | he |
| 2006-03-30 | Use device_private() more. | thorpej |
| 2006-03-30 | Liberally apply static. | thorpej |
| 2006-03-30 | Use device_private(). | thorpej |
| 2005-12-02 | Fix AUDIO_DEBUG printf formatting of size_t; from Pavel Cahyna in | kleink |
| 2005-06-01 | fix cast-qual fallout | drochner |
| 2005-01-15 | 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-07-09 | Clean up open/close. | mycroft |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-04 | deal with malloc_type fallout. | matt |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2001-11-13 | add/cleanup RCSIDs | lukem |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2000-07-18 | PAGE_SIZE -> IOASIC_DMA_BLOCKSIZE in one last place. From Izumi Tsutsui. | thorpej |
| 2000-07-18 | Back out previous. It is no longer needed, as both the Alpha | thorpej |
| 2000-07-17 | Clear the DMA pointer reload interrupt bits in the IOASIC_INTR | thorpej |
| 2000-07-17 | - Write the registers 7930 registers properly on the Alpha (it's | thorpej |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-06-12 | - add mmap support | gmcgarry |
| 2000-06-05 | - remove conditional compilation on NAUDIO | gmcgarry |
| 2000-06-04 | Cleanup #if 0 cruft. | gmcgarry |
| 2000-06-01 | Remove wbflush(). These are not necessary with the new IOASIC bus_space | gmcgarry |
| 2000-05-28 | Merge pmax and alpha ISDN register definitions. | gmcgarry |
| 2000-05-02 | Add am7930 audio driver. | augustss |