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