summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/cs4231_sbus.c
AgeCommit message (Expand)Author
2022-07-21s/pedning/pending/andvar
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2017-05-02Make it compile with AUDIODEBUGmartin
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-06-02split audiocschristos
2009-09-18- use device_private(), proper types and variables for device_t/softctsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-04-29Another compile fix.ad
2008-04-29Pass the "right" softc to the soft interrupt handlermartin
2008-04-29Make it compilemartin
2008-04-29Use sparc_softintr to pass down device interrupt to the correct IPL.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-10-15Add missing initializermartin
2005-12-11merge ktrace-lwp.christos
2005-01-15ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2003-09-10Get rid of the disgusting struct apc_dma *dma = NULL; hack now that weuwe
2003-05-03DMA, not dma nor Dma.wiz
2003-02-27Back out rev. 1.26; I forgot about the Javastations..pk
2003-02-27Some machine have a `SUNW,CS4231' node, but no actual hardware. It seemspk
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-07-16fix a bug introduced in rev 1.19:mrg
2002-03-27cs4231_sbus_regdump(): add missing ')'pk
2002-03-21Properly bus_space_*=ify this so it uses accessors.eeh
2002-03-12Rework the driver to add EBus DMA support and improve APC DMA support.uwe
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2001-11-13add RCSIDslukem
2000-07-09Add a `device class' interrupt level argument (from machine/intr.h)pk
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-04-14add some casts to (u_long) to shut up gccmrg
1999-11-21Check presence of Sbus interrupt properties before using them.pk
1999-06-05split sbus audiocs code up so we can share it with the ebus. XXX ebus DMA is...mrg
1999-03-19Use correctly bus_space_*() macros to access device registers.eeh
1999-02-17Update comments.mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1999-01-12Avoid arithmetic on void *.kleink
1998-09-25Fix a silly yank-o.pk
1998-09-07Missing bits in DEBUG mode.pk
1998-08-29Nuke unnecessary header files.pk