| Age | Commit message (Expand) | Author |
| 2017-05-02 | Make it compilable with AUDIODEBUG | martin |
| 2017-01-24 | cs4231_ebus_round_blocksize: never return 0 as blocksize | martin |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-06-02 | split audiocs | christos |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-01-31 | Make it attach on JavaStation KRUPS again | martin |
| 2009-01-06 | use the prom addresses except on MSIIEP. | mrg |
| 2008-12-17 | make this compile | cegger |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-12-11 | also attach if the "compatible" property matches, as seen on sb2000. | mrg |
| 2008-04-29 | Replicate sbus fixes for PR kern/37540. | ad |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2006-10-15 | Add missing initializer | martin |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-29 | Use device_private(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-11 | ansify and KNF | kent |
| 2005-01-11 | fix compilation errors | 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 |
| 2003-09-10 | Use EBDMA_BURST_SIZE_16. Introduce EBus specific round_blocksize to | uwe |
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-12-10 | Remove the `flags' argument from bus_intr_establish(). | pk |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-04-04 | Prettify error message. | uwe |
| 2002-03-22 | Fix some handle/tag confusion. This makes it compile on sparc64 again. | martin |
| 2002-03-21 | Do not even bother trying to use the mappings provided by the PROM. | eeh |
| 2002-03-21 | Drop BUS_SPACE_MAP_LINEAR and properly bus_space_*-ify this so that it | uwe |
| 2002-03-12 | Fix whitespace nits (oops). | uwe |
| 2002-03-12 | Rework the driver to add EBus DMA support and improve APC DMA support. | uwe |