| Age | Commit message (Expand) | Author |
| 2022-07-21 | s/pedning/pending/ | andvar |
| 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 |
| 2017-05-02 | Make it compile with AUDIODEBUG | martin |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-06-02 | split audiocs | christos |
| 2009-09-18 | - use device_private(), proper types and variables for device_t/softc | tsutsui |
| 2009-09-17 | Remove struct sbusdev and related functions sbus_establish() and sbusreset(). | 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-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-04-29 | Another compile fix. | ad |
| 2008-04-29 | Pass the "right" softc to the soft interrupt handler | martin |
| 2008-04-29 | Make it compile | martin |
| 2008-04-29 | Use sparc_softintr to pass down device interrupt to the correct IPL. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | 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 |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 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 |
| 2003-09-10 | Get rid of the disgusting struct apc_dma *dma = NULL; hack now that we | uwe |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-27 | Back out rev. 1.26; I forgot about the Javastations.. | pk |
| 2003-02-27 | Some machine have a `SUNW,CS4231' node, but no actual hardware. It seems | pk |
| 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-07-16 | fix a bug introduced in rev 1.19: | mrg |
| 2002-03-27 | cs4231_sbus_regdump(): add missing ')' | pk |
| 2002-03-21 | Properly bus_space_*=ify this so it uses accessors. | eeh |
| 2002-03-12 | Rework the driver to add EBus DMA support and improve APC DMA support. | uwe |
| 2002-03-11 | Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct | pk |
| 2001-11-13 | add RCSIDs | lukem |
| 2000-07-09 | Add a `device class' interrupt level argument (from machine/intr.h) | pk |
| 2000-06-04 | Implement the more flexiable `evcnt' interface as discussed (briefly) on | cgd |
| 2000-04-14 | add some casts to (u_long) to shut up gcc | mrg |
| 1999-11-21 | Check presence of Sbus interrupt properties before using them. | pk |
| 1999-06-05 | split sbus audiocs code up so we can share it with the ebus. XXX ebus DMA is... | mrg |
| 1999-03-19 | Use correctly bus_space_*() macros to access device registers. | eeh |
| 1999-02-17 | Update comments. | mycroft |
| 1999-02-17 | Pass the direction to the allocm and round_buffersize methods. | mycroft |
| 1999-01-12 | Avoid arithmetic on void *. | kleink |
| 1998-09-25 | Fix a silly yank-o. | pk |
| 1998-09-07 | Missing bits in DEBUG mode. | pk |
| 1998-08-29 | Nuke unnecessary header files. | pk |