summaryrefslogtreecommitdiff
path: root/sys/dev/isa/gus.c
AgeCommit message (Expand)Author
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
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-06-23constifymaxv
2017-10-31Add padding to gus.c so fields match up when it ts cast to a ad1848_isanat
2017-02-01Use boolean logical and operation on booleans, rather than bitwise and.jakllsch
2016-07-11KNF. No functional change.msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-07-02fix sequence point errors. diff explains best:mrg
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-25Use splhigh(), not disable_intr().ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30add missing initializerschristos
2006-04-14Coverity CID 2453: Add negative checks.christos
2006-03-25Use device_parent().thorpej
2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos
2005-12-11merge ktrace-lwp.christos
2005-05-30- add constchristos
2005-02-27nuke trailing whitespaceperry
2005-01-13ansify 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-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2004-04-22sprintf -> snprintfitojun
2003-11-21Code enabled by option AUDIO_DEBUG exhibited undefined behavior andgson
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2003-05-03DMA, not dma nor Dma.wiz
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2002-10-11Don't include <i386/isa/icu.h>fvdl
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-13add RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-07-18bcopy -> memcpythorpej
2001-01-18constifyjdolecek
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-07Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returnsthorpej