summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/cs4231_sbus.c
AgeCommit message (Expand)Author
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
1998-08-29Make compile without AUDIO_DEBUGpk
1998-08-28Nuke Dprintf; fix formats.pk
1998-08-27CS4231 audio driver. Play only for now.pk